Martin Loop for Cursor
io.github.keesan12/martin-loop
One system around coding agents to run, verify, recover, and hand off software work.
client:Cursor
transport:stdio
runtime:npm
Install Martin Loop in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"martin-loop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@martinloop/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs