Skip to content
Grok

mcp memory graph for Grok

io.github.yonasvalentin/mcp-memory-graph

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

client:Grok transport:stdio runtime:npm

Install mcp memory graph 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": {
    "mcp-memory-graph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-graph"
      ],
      "env": {
        "MCP_MEMORY_DB_PATH": "<MCP_MEMORY_DB_PATH>",
        "MCP_MEMORY_MODEL": "<MCP_MEMORY_MODEL>"
      }
    }
  }
}

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

mcp memory graph in other clients