Skip to content
Grok

claudia for Grok

io.github.yuvalsuede/claudia

Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.

client:Grok transport:stdio runtime:npm

Install claudia in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "claudia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claudia-cli"
      ]
    }
  }
}

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

claudia in other clients