Skip to content
Grok

ArkHive MCP for Grok

io.github.sammyboi81/arkhive

Tamper-evident memory + governance MCP for Claude Code, Cursor, Codex. Ships the Seatbelt kit.

client:Grok transport:stdio runtime:pypi

Install ArkHive MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "arkhive": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arkhive-mcp"
      ]
    }
  }
}

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

ArkHive MCP in other clients