Skip to content
Grok

mnemograph for Grok

io.github.tm42/mnemograph

Event-sourced knowledge graph memory for AI coding agents with semantic search

client:Grok transport:stdio runtime:pypi

Install mnemograph 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": {
    "mnemograph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mnemograph"
      ],
      "env": {
        "MEMORY_PATH": "<MEMORY_PATH>"
      }
    }
  }
}

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

mnemograph in other clients