Skip to content
Zed

looppause for Zed

io.github.soteeabam/looppause

LoopPause MCP server — pause agent execution and route human approval requests

client:Zed transport:stdio runtime:npm

Install looppause in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "looppause": {
      "command": "npx",
      "args": [
        "-y",
        "@looppause/mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

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

looppause in other clients