Skip to content
Grok

Martin Loop for Grok

io.github.keesan12/martin-loop

One system around coding agents to run, verify, recover, and hand off software work.

client:Grok transport:stdio runtime:npm

Install Martin Loop in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "martin-loop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@martinloop/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

Martin Loop in other clients