Odel
Martin Loop

Martin Loop

Local
@keesan1247TypeScriptApache-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@martinloop/mcpv0.5.6

Run

npx -y @martinloop/mcp

MCP client config

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