Loading MCP server directory, please wait...
Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB.
npx @getmcp/cli add io.github.alptekin/evolutiondb-memoryRequires Python 3.10+. Community-contributed server. Review source before installing.
MCP_USER_IDSticky namespace identifier for every memory Claude writes through this server. Server-side override — the LLM cannot fragment your namespace by inventing other IDs.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alptekin/evolutiondb-memory": {
"command": "python3",
"args": [
"mcp-server-evolutiondb"
],
"env": {
"EVOSQL_HOST": "127.0.0.1",
"EVOSQL_PORT": "5433",
"EVOSQL_USER": "admin",
"EVOSQL_PASSWORD": "admin",
"EVOSQL_DATABASE": "testdb",
"MCP_USER_ID": "default_user",
"MCP_STORE_PREFIX": "claude_desktop"
}
}
}
}