Skip to content

EvolutionDB Long-Term Memory for Zed

io.github.alptekin/evolutiondb-memory

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

client:Zed transport:stdio runtime:pypi

Install EvolutionDB Long-Term Memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "evolutiondb-memory": {
      "command": "uvx",
      "args": [
        "mcp-server-evolutiondb"
      ],
      "env": {
        "EVOSQL_HOST": "<EVOSQL_HOST>",
        "EVOSQL_PORT": "<EVOSQL_PORT>",
        "EVOSQL_USER": "<EVOSQL_USER>",
        "EVOSQL_PASSWORD": "<EVOSQL_PASSWORD>",
        "EVOSQL_DATABASE": "<EVOSQL_DATABASE>",
        "MCP_USER_ID": "<MCP_USER_ID>",
        "MCP_STORE_PREFIX": "<MCP_STORE_PREFIX>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

EvolutionDB Long-Term Memory in other clients