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
{
"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