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