Looppause runs on your own machine — the client starts it, so there is no endpoint to ping. 11 installs a week from npm. Last commit 5 Aug 2026.
LoopPause MCP server — pause agent execution and route human approval requests
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add looppause -- npx -y @looppause/mcp
{
"mcpServers": {
"looppause": {
"args": [
"-y",
"@looppause/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.looppause]
command = "npx"
args = ["-y", "@looppause/mcp"]
{
"mcpServers": {
"looppause": {
"args": [
"-y",
"@looppause/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"looppause": {
"args": [
"-y",
"@looppause/mcp"
],
"command": "npx"
}
}
}
Impri MCP server — human-in-the-loop approval inbox for AI agents
Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.
MCP server for SSH remote command execution
Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.
AI agent payment security - spending limits, whitelists, and human approval.
MCP server for running Proctor exams against MCP servers with exam execution and result management.
WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.
Answers built from our own checks of this server.