Agent Relay
Rank #6,559io.github.mmmikael/arelay
End-to-end encrypted inbox where AI agents deliver files and request human approval.
Agent Relay is a Model Context Protocol (MCP) server published by mmmikael. It ranks #6,559 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Agent Relay is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 125,487 of 132,046 servers on MCP Toplist.
Use Agent Relay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add arelay -e "ARELAY_TOKEN=<your ARELAY_TOKEN>" -e "ARELAY_URL=<your ARELAY_URL>" -- npx -y @arelay/cli mcpReplace each placeholder with your own value before saving.
[mcp_servers.arelay]
command = "npx"
args = ["-y", "@arelay/cli", "mcp"]
[mcp_servers.arelay.env]
ARELAY_TOKEN = "<your ARELAY_TOKEN>"
ARELAY_URL = "<your ARELAY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<your ARELAY_TOKEN>",
"ARELAY_URL": "<your ARELAY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<your ARELAY_TOKEN>",
"ARELAY_URL": "<your ARELAY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"arelay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<your ARELAY_TOKEN>",
"ARELAY_URL": "<your ARELAY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<your ARELAY_TOKEN>",
"ARELAY_URL": "<your ARELAY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<your ARELAY_TOKEN>",
"ARELAY_URL": "<your ARELAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mmmikael%2Farelay)<a href="https://mcptoplist.com/server/io.github.mmmikael%2Farelay"><img src="https://mcptoplist.com/badge/io.github.mmmikael%2Farelay.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mmmikael
Available versions (4)
| Version | Published |
|---|---|
| 0.2.0 | Aug 5, 2026 |
| 0.1.6 | Aug 5, 2026 |
| 0.1.5 | Jul 2, 2026 |
| 0.1.1 | Jun 13, 2026 |
Frequently asked questions
- Who maintains Agent Relay?
- Agent Relay is maintained by mmmikael, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Agent Relay listed on the Official MCP Registry?
- Yes — Agent Relay is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Relay have?
- MCP Toplist tracks 4 versions of Agent Relay, most recently published on Aug 5, 2026.
- Where can I find the source code for Agent Relay?
- The source code for Agent Relay is hosted at github.com/mmmikael/arelay.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.