Looppause runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 5 Aug 2026.
LoopPause MCP server — pause agent execution and route human approval requests
Today is the operative word: we check Looppause every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
YOUR_API_KEY (Your API key for the service).
The author declared them in the registry entry; get the values from the project itself.
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.
Send mobile pings and route human questions, approvals, and handoffs from AI agents.
Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.
MCP server for SSH remote command execution
Supervised API-write gateway for AI agents with policy, human approval and execution receipts.
Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.
Answers built from our own checks of this server.