Back to Browse

Evolutiondb MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: EVOSQL_HOST

EvolutionDB's PostgreSQL-protocol port.Optional

Environment variable: EVOSQL_PORT

Database user.Optional

Environment variable: EVOSQL_USER

Database password.Required

Environment variable: EVOSQL_PASSWORD

Database name to use.Optional

Environment variable: EVOSQL_DATABASE

Sticky namespace identifier for every memory Claude writes through this server. Server-side override — the LLM cannot fragment your namespace by inventing other IDs.Optional

Environment variable: MCP_USER_ID

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

Environment variable: MCP_STORE_PREFIX

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-alptekin-evolutiondb-memory": {
      "env": {
        "EVOSQL_HOST": "your-evosql-host-here",
        "EVOSQL_PORT": "your-evosql-port-here",
        "EVOSQL_USER": "your-evosql-user-here",
        "MCP_USER_ID": "your-mcp-user-id-here",
        "EVOSQL_DATABASE": "your-evosql-database-here",
        "EVOSQL_PASSWORD": "your-evosql-password-here",
        "MCP_STORE_PREFIX": "your-mcp-store-prefix-here"
      },
      "args": [
        "mcp-server-evolutiondb"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!