EvolutionDB Long-Term Memory
Rank #21,222io.github.alptekin/evolutiondb-memory
Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB.
EvolutionDB Long-Term Memory is a Model Context Protocol (MCP) server published by alptekin. It ranks #21,222 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. EvolutionDB Long-Term Memory is listed across 2 registries — Official MCP and PulseMCP, with 21 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 110,824 of 132,046 servers on MCP Toplist.
Use EvolutionDB Long-Term Memory
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add evolutiondb-memory -e "EVOSQL_HOST=<your EVOSQL_HOST>" -e "EVOSQL_PORT=<your EVOSQL_PORT>" -e "EVOSQL_USER=<your EVOSQL_USER>" -e "EVOSQL_PASSWORD=<your EVOSQL_PASSWORD>" -e "EVOSQL_DATABASE=<your EVOSQL_DATABASE>" -e "MCP_USER_ID=<your MCP_USER_ID>" -e "MCP_STORE_PREFIX=<your MCP_STORE_PREFIX>" -- uvx mcp-server-evolutiondbReplace each placeholder with your own value before saving.
[mcp_servers.evolutiondb-memory]
command = "uvx"
args = ["mcp-server-evolutiondb"]
[mcp_servers.evolutiondb-memory.env]
EVOSQL_HOST = "<your EVOSQL_HOST>"
EVOSQL_PORT = "<your EVOSQL_PORT>"
EVOSQL_USER = "<your EVOSQL_USER>"
EVOSQL_PASSWORD = "<your EVOSQL_PASSWORD>"
EVOSQL_DATABASE = "<your EVOSQL_DATABASE>"
MCP_USER_ID = "<your MCP_USER_ID>"
MCP_STORE_PREFIX = "<your MCP_STORE_PREFIX>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"evolutiondb-memory": {
"command": "uvx",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "<your EVOSQL_HOST>",
"EVOSQL_PORT": "<your EVOSQL_PORT>",
"EVOSQL_USER": "<your EVOSQL_USER>",
"EVOSQL_PASSWORD": "<your EVOSQL_PASSWORD>",
"EVOSQL_DATABASE": "<your EVOSQL_DATABASE>",
"MCP_USER_ID": "<your MCP_USER_ID>",
"MCP_STORE_PREFIX": "<your MCP_STORE_PREFIX>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"evolutiondb-memory": {
"command": "uvx",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "<your EVOSQL_HOST>",
"EVOSQL_PORT": "<your EVOSQL_PORT>",
"EVOSQL_USER": "<your EVOSQL_USER>",
"EVOSQL_PASSWORD": "<your EVOSQL_PASSWORD>",
"EVOSQL_DATABASE": "<your EVOSQL_DATABASE>",
"MCP_USER_ID": "<your MCP_USER_ID>",
"MCP_STORE_PREFIX": "<your MCP_STORE_PREFIX>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"evolutiondb-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "<your EVOSQL_HOST>",
"EVOSQL_PORT": "<your EVOSQL_PORT>",
"EVOSQL_USER": "<your EVOSQL_USER>",
"EVOSQL_PASSWORD": "<your EVOSQL_PASSWORD>",
"EVOSQL_DATABASE": "<your EVOSQL_DATABASE>",
"MCP_USER_ID": "<your MCP_USER_ID>",
"MCP_STORE_PREFIX": "<your MCP_STORE_PREFIX>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"evolutiondb-memory": {
"command": "uvx",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "<your EVOSQL_HOST>",
"EVOSQL_PORT": "<your EVOSQL_PORT>",
"EVOSQL_USER": "<your EVOSQL_USER>",
"EVOSQL_PASSWORD": "<your EVOSQL_PASSWORD>",
"EVOSQL_DATABASE": "<your EVOSQL_DATABASE>",
"MCP_USER_ID": "<your MCP_USER_ID>",
"MCP_STORE_PREFIX": "<your MCP_STORE_PREFIX>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"evolutiondb-memory": {
"command": "uvx",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "<your EVOSQL_HOST>",
"EVOSQL_PORT": "<your EVOSQL_PORT>",
"EVOSQL_USER": "<your EVOSQL_USER>",
"EVOSQL_PASSWORD": "<your EVOSQL_PASSWORD>",
"EVOSQL_DATABASE": "<your EVOSQL_DATABASE>",
"MCP_USER_ID": "<your MCP_USER_ID>",
"MCP_STORE_PREFIX": "<your MCP_STORE_PREFIX>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alptekin%2Fevolutiondb-memory)<a href="https://mcptoplist.com/server/io.github.alptekin%2Fevolutiondb-memory"><img src="https://mcptoplist.com/badge/io.github.alptekin%2Fevolutiondb-memory.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
alptekin
Available versions (21)
| Version | Published |
|---|---|
| 1.17.0 | Jun 22, 2026 |
| 1.16.0 | Jun 11, 2026 |
| 1.15.0 | Jun 10, 2026 |
| 1.14.0 | Jun 10, 2026 |
| 1.13.1 | Jun 10, 2026 |
| 1.13.0 | Jun 10, 2026 |
| 1.12.4 | Jun 10, 2026 |
| 1.12.3 | Jun 10, 2026 |
| 1.12.2 | Jun 10, 2026 |
| 1.12.1 | Jun 10, 2026 |
| 1.12.0 | Jun 9, 2026 |
| 1.11.0 | Jun 9, 2026 |
| 1.10.0 | Jun 3, 2026 |
| 1.9.2 | Jun 2, 2026 |
| 1.9.1 | Jun 2, 2026 |
| 1.9.0 | Jun 2, 2026 |
| 1.8.0 | May 28, 2026 |
| 1.1.3 | May 7, 2026 |
| 1.1.2 | May 6, 2026 |
| 1.1.1 | May 6, 2026 |
| 1.1.0 | May 6, 2026 |
Frequently asked questions
- Who maintains EvolutionDB Long-Term Memory?
- EvolutionDB Long-Term Memory is maintained by alptekin, which publishes 1 MCP server (21 total versions) tracked on MCP Toplist.
- Is EvolutionDB Long-Term Memory listed on the Official MCP Registry?
- Yes — EvolutionDB Long-Term Memory is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does EvolutionDB Long-Term Memory have?
- MCP Toplist tracks 21 versions of EvolutionDB Long-Term Memory, most recently published on Jun 22, 2026.
- Where can I find the source code for EvolutionDB Long-Term Memory?
- The source code for EvolutionDB Long-Term Memory is hosted at github.com/alptekin/evolutiondb/tree/HEAD/client/mcp-server-evosql.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.