Skip to content
Grok

ITHZ MCP for Grok

dev.ithz/ithz-mcp

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

client:Grok transport:stdio runtime:pypi

Install ITHZ MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ithz-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ithz-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

ITHZ MCP in other clients