io.github.alptekin

evolutiondb-memory

EvolutionDB Long-Term Memory

Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB.

stdiocommunityinfra

Package Details

Transportstdio
Runtimepython3

Environment Variables

EVOSQL_HOST(str)
Default:127.0.0.1

Hostname where EvolutionDB is reachable on the PostgreSQL wire (port 5433).

EVOSQL_PORT(str)
Default:5433

EvolutionDB's PostgreSQL-protocol port.

EVOSQL_USER(str)
Default:admin

Database user.

EVOSQL_PASSWORD(str)
Default:admin
Secret

Database password.

EVOSQL_DATABASE(str)
Default:testdb

Database name to use.

MCP_USER_ID(str)
Default:default_user
Required

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_desktop

Prefix for the auto-created MEMORY STORE / ENTITY STORE catalog objects.