Skip to content
Zed

Martin Loop for Zed

io.github.keesan12/martin-loop

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

client:Zed transport:stdio runtime:npm

Install Martin Loop in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Martin Loop in other clients