Skip to content
Claude Desktop

Martin Loop for Claude Desktop

io.github.keesan12/martin-loop

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

client:Claude Desktop transport:stdio runtime:npm

Install Martin Loop in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "martin-loop": {
      "command": "npx",
      "args": [
        "-y",
        "@martinloop/mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Martin Loop in other clients