Skip to content
Grok

thread-keeper for Grok

io.github.po4erk91/thread-keeper

Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.

client:Grok transport:stdio runtime:pypi

Install thread-keeper in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "thread-keeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "threadkeeper"
      ]
    }
  }
}

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

thread-keeper in other clients