mcpbeat

Looppause MCP Server

by soteeabam
local only

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

Installs per day peak 12 · avg 2 · -52% w/w
a month agotoday
11
Installs / week
npm · @looppause/mcp
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

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

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

40 installs/wk local only
AgentGate
by agentkitai

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

47 installs/wk local only
Toolroute
by grossiweb

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

118 installs/wk local only
Realssh MCP
by danielecr

MCP server for SSH remote command execution

37 installs/wk local only
Agent Relay
by cloud1map

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

196 installs/wk local only
Clawvault MCP Server
by andrewszk

AI agent payment security - spending limits, whitelists, and human approval.

46 installs/wk local only
Proctor
by pulsemcp

MCP server for running Proctor exams against MCP servers with exam execution and result management.

73 installs/wk local only
Telleroutlook
by telleroutlook

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

906 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 11 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 11 times in the last week. Week over week that is -52%. 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 — 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.