io.github.alptekin
evolutiondb-memory
EvolutionDB Long-Term Memory
Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB.
stdiocommunityinfra
Package Details
mcp-server-evolutiondb
Transportstdio
Runtimepython3
Environment Variables
EVOSQL_HOST(str)
Default:
127.0.0.1Hostname where EvolutionDB is reachable on the PostgreSQL wire (port 5433).
EVOSQL_PORT(str)
Default:
5433EvolutionDB's PostgreSQL-protocol port.
EVOSQL_USER(str)
Default:
adminDatabase user.
EVOSQL_PASSWORD(str)
Default:
adminSecret
Database password.
EVOSQL_DATABASE(str)
Default:
testdbDatabase name to use.
MCP_USER_ID(str)
Default:
default_userRequired
Sticky namespace identifier for every memory Claude writes through this server. Server-side override — the LLM cannot fragment your namespace by inventing other IDs.
MCP_STORE_PREFIX(str)
Default:
claude_desktopPrefix for the auto-created MEMORY STORE / ENTITY STORE catalog objects.