Skip to content
Grok

Graphiti Local for Grok

io.github.renezander030/graphiti-local

Local-first temporal knowledge graph with six read-only MCP tools and human-reviewed writes.

client:Grok transport:stdio runtime:pypi

Install Graphiti Local in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "graphiti-local": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "graphiti-local"
      ]
    }
  }
}

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

Graphiti Local in other clients