looppause for Claude Desktop
io.github.soteeabam/looppause
LoopPause MCP server — pause agent execution and route human approval requests
client:Claude Desktop
transport:stdio
runtime:npm
Install looppause in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"looppause": {
"command": "npx",
"args": [
"-y",
"@looppause/mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs