Skip to content
Cline

EvolutionDB Long-Term Memory for Cline

io.github.alptekin/evolutiondb-memory

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

client:Cline transport:stdio runtime:pypi

Install EvolutionDB Long-Term Memory in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

EvolutionDB Long-Term Memory in other clients