Skip to content
VS Code

Martin Loop for VS Code

io.github.keesan12/martin-loop

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

client:VS Code transport:stdio runtime:npm

Install Martin Loop in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Martin Loop in other clients