mcpbeat

Agent Relay MCP Server

by cloud1map
local only

Agent Relay runs on your own machine — the client starts it, so there is no endpoint to ping. 196 installs a week from npm. Last commit 4 Aug 2026.

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

Installs per day peak 196 · avg 6
a month agotoday
196
Installs / week
npm · @cloud1map/agent-relay-mcp
0
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

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 agent-relay -- npx -y @cloud1map/agent-relay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-relay": {
      "args": [
        "-y",
        "@cloud1map/agent-relay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-relay]
command = "npx"
args = ["-y", "@cloud1map/agent-relay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-relay": {
      "args": [
        "-y",
        "@cloud1map/agent-relay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-relay": {
      "args": [
        "-y",
        "@cloud1map/agent-relay-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Relay

same job, measured the same way
Social Champ
by socialchamp

Connect AI agents to Social Champ: manage channels, posts, AI content, queue, and approvals.

answering
Looppause
by soteeabam

LoopPause MCP server — pause agent execution and route human approval requests

11 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
MetaTrader 5 MCP Bridge
by vincentwongso

Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.

436 installs/wk local only
Gateway
by blacklake

Governed MCP gateway: approval gates, signed audit receipts, and cost control for agent tool calls.

70 installs/wk answering
Infraveil Control Plane
by infraveilhq

Govern your backend control plane from your AI agent - signed, human-approval-gated.

62 installs/wk local only
6DuckLearn MCP
by 6ducklearn

Connect agents to 6DuckLearn memory, approvals, and runtime control.

answering
MCP Doctor
by jiansen

Check and improve the contract quality of any MCP server — for humans, agents, and platforms.

289 installs/wk local only

Agent Relay — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Relay?
Agent Relay 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 @cloud1map/agent-relay-mcp was installed 196 times last week.
How do I connect Agent Relay?
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 @cloud1map/agent-relay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Relay?
The npm package @cloud1map/agent-relay-mcp was installed 196 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Relay open source?
Yes — it is published under the MIT licence, written in JavaScript 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.