mcpbeat Sign in

Looppause MCP Server

by soteeabam Your server? Claim it
local only

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

Installs per day peak 12 · avg 4 · +106% w/w
a month agotoday
25
Installs / week
npm · @looppause/mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add looppause -- npx -y @looppause/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "looppause": {
      "args": [
        "-y",
        "@looppause/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.looppause]
command = "npx"
args = ["-y", "@looppause/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "looppause": {
      "args": [
        "-y",
        "@looppause/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Looppause

same job, measured the same way
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

24 installs/wk local only
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

30 installs/wk local only
Toolroute
by grossiweb

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

846 installs/wk local only
PingRoom
by pingroom

Send mobile pings and route human questions, approvals, and handoffs from AI agents.

42 tools answering
Nofax
by akzar1el

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

99 installs/wk local only
Realssh MCP
by danielecr

MCP server for SSH remote command execution

30 installs/wk local only
ActionDock
by actiondock

Supervised API-write gateway for AI agents with policy, human approval and execution receipts.

8 tools answering
Agent Relay
by cloud1map

Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.

35 installs/wk local only

Looppause — questions

Answers built from our own checks of this server.

Why is there no uptime for Looppause?
Looppause runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @looppause/mcp was installed 25 times last week.
How do I connect Looppause?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @looppause/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Looppause?
The npm package @looppause/mcp was installed 25 times in the last week. Week over week that is +106%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Looppause open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.