mcpbeat Sign in

Agent Relay MCP Server

local only

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

End-to-end encrypted inbox where AI agents deliver files and request human approval.

Installs per day peak 23 · avg 6 · +42% w/w
a month agotoday
32
Installs / week
npm · @arelay/cli
9
Stars
7 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Relay 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 arelay -- npx -y @arelay/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arelay": {
      "args": [
        "-y",
        "@arelay/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arelay]
command = "npx"
args = ["-y", "@arelay/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "arelay": {
      "args": [
        "-y",
        "@arelay/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arelay": {
      "args": [
        "-y",
        "@arelay/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARELAY_TOKEN (Agent token created in the Agent Relay portal under Account → Agent tokens.), ARELAY_URL (Base URL of the Agent Relay deployment. Defaults to https://arelay.app.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Relay

same job, measured the same way
AgentGate
by agentkitai

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

31 installs/wk local only
Agent Inbox
by clize

A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.

126 installs/wk local only
Wild Wallet — where agents get a body
by mcflamingo

Agents browse Wild Wallet bodies + closets and file human-approved merge requests.

6 tools answering
Impri
by sekera-radim

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

37 installs/wk local only
Agentpay
by kar69-96

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

21 installs/wk local only
xete
by xetenet

End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext.

128 installs/wk local only
Justdrop
by justdrop

Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device.

98 installs/wk local only
Looppause
by soteeabam

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

27 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 @arelay/cli was installed 32 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 @arelay/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Relay?
The npm package @arelay/cli was installed 32 times in the last week. Week over week that is +42%. 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 TypeScript, 9 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.