Skip to content
Grok

agenthold for Grok

io.github.edobusy/agenthold

Shared versioned state for multi-agent AI workflows

client:Grok transport:stdio runtime:pypi

Install agenthold in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agenthold": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenthold"
      ]
    }
  }
}

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

agenthold in other clients