Skip to content
Grok

katra for Grok

io.github.craigjmidwinter/katra

A committed markdown dev log and task graph that agents read and write over MCP.

client:Grok transport:stdio runtime:oci

Install katra in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "katra": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
      ]
    }
  }
}

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

katra in other clients