Gives Claude persistent memory backed by EvolutionDB, a single-process database that combines SQL, vector search, and temporal queries. Instead of rigging up separate stores for chat history, embeddings, and checkpoints, you get first-class DDL like CREATE MEMORY STORE and CREATE CHECKPOINT STORE with native LangGraph and LangChain adapters. Runs locally via Docker on ports 5433 (Postgres wire) and 9967 (native), speaks stdio to Claude Desktop, and includes push notifications so you can skip polling loops. Reach for this when you want agents to remember context across sessions without stitching together MongoDB and Pinecone or writing your own checkpoint serializer.
EVOSQL_HOSTdefault: 127.0.0.1Hostname where EvolutionDB is reachable on the PostgreSQL wire (port 5433).
EVOSQL_PORTdefault: 5433EvolutionDB's PostgreSQL-protocol port.
EVOSQL_USERdefault: adminDatabase user.
EVOSQL_PASSWORDsecretDatabase password.
EVOSQL_DATABASEdefault: testdbDatabase name to use.
MCP_USER_ID*default: default_userSticky 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_PREFIXdefault: claude_desktopPrefix for the auto-created MEMORY STORE / ENTITY STORE catalog objects.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent