Skip to content
Grok

repomemory for Grok

io.github.danielguru/repomemory

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

client:Grok transport:stdio runtime:npm

Install repomemory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "repomemory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "repomemory"
      ]
    }
  }
}

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

repomemory in other clients