Skip to content
Grok

Memory Engine MCP for Grok

io.github.simoneb79/memory-engine-mcp

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

client:Grok transport:stdio runtime:oci

Install Memory Engine MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memory-engine-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/simoneb79/memory-engine-mcp:1.5.3"
      ],
      "env": {
        "MEMORY_DB_PATH": "<MEMORY_DB_PATH>",
        "MARKDOWN_SOURCE": "<MARKDOWN_SOURCE>",
        "MEMORY_PORT": "<MEMORY_PORT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Memory Engine MCP in other clients