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.
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.
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.
claude mcp add evolutiondb-memory -- uvx mcp-server-evolutiondb
{
"mcpServers": {
"evolutiondb-memory": {
"args": [
"mcp-server-evolutiondb"
],
"command": "uvx"
}
}
}
[mcp_servers.evolutiondb-memory]
command = "uvx"
args = ["mcp-server-evolutiondb"]
{
"mcpServers": {
"evolutiondb-memory": {
"args": [
"mcp-server-evolutiondb"
],
"command": "uvx"
}
}
}
{
"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.
Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.
Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Persistent memory + git snapshots for Claude Code. Never lose context or code.
Persistent memory for Claude Code — offline, single-file, hybrid search.
Persistent, evidence-backed code graph for coding agents.
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.
Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.
Answers built from our own checks of this server.