Skip to content
Grok

dev953 for Grok

io.github.gru-953/dev953

dev953 method companion: exposes its multi-agent coding method as callable MCP tools.

client:Grok transport:stdio runtime:npm

Install dev953 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dev953": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dev953-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

dev953 in other clients