Odel
Memory Engine MCP

Memory Engine MCP

Local
@simoneb791PythonMITUpdated 1w ago

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/simoneb79/memory-engine-mcp:1.5.3

Run

docker run -i --rm ghcr.io/simoneb79/memory-engine-mcp:1.5.3

MCP client config

{
  "mcpServers": {
    "memory-engine-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/simoneb79/memory-engine-mcp:1.5.3"
      ]
    }
  }
}