mcpbeat Sign in

EvolutionDB Long-Term Memory MCP Server

local only

EvolutionDB Long-Term Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 9 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

9
Installs / week
pypi · mcp-server-evolutiondb
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add evolutiondb-memory -- uvx mcp-server-evolutiondb
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "evolutiondb-memory": {
      "args": [
        "mcp-server-evolutiondb"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.evolutiondb-memory]
command = "uvx"
args = ["mcp-server-evolutiondb"]
.cursor/mcp.json
{
  "mcpServers": {
    "evolutiondb-memory": {
      "args": [
        "mcp-server-evolutiondb"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "evolutiondb-memory": {
      "args": [
        "mcp-server-evolutiondb"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EVOSQL_HOST (Hostname where EvolutionDB is reachable on the PostgreSQL wire (port 5433).), EVOSQL_PORT (EvolutionDB's PostgreSQL-protocol port.), EVOSQL_USER (Database user.), EVOSQL_PASSWORD (Database password.), EVOSQL_DATABASE (Database name to use.), MCP_USER_ID (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 (Prefix for the auto-created MEMORY STORE / ENTITY STORE catalog objects.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EvolutionDB Long-Term Memory

same job, measured the same way
Oneda
by freeelatech

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

answering
Memex
by pragneshbagary

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

147 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Memory MCP
by yuvalsuede

Persistent memory + git snapshots for Claude Code. Never lose context or code.

41 installs/wk local only
Melchizedek
by louis49

Persistent memory for Claude Code — offline, single-file, hybrid search.

42 installs/wk local only
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Live Memory
by shofer-dev

Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.

26 installs/wk local only

EvolutionDB Long-Term Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for EvolutionDB Long-Term Memory?
EvolutionDB Long-Term Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-evolutiondb was installed 9 times last week.
Is EvolutionDB Long-Term Memory still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect EvolutionDB Long-Term Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-evolutiondb straight from pypi; nothing to host, nothing to sign up for.
How many people use EvolutionDB Long-Term Memory?
The pypi package mcp-server-evolutiondb was installed 9 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.