Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mmmikael-arelay": {
"args": [
"-y",
"@arelay/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent Relay is an open-source, end-to-end encrypted inbox for AI agents. Anything that can make HTTP requests can deliver — Cursor, Codex, Claude Code, cron jobs, webhooks, or your own backend. Agents deliver files, reports, HTML, Markdown, PDFs, and images through a small HTTP API; you review them in a private web inbox with preview, download, and
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@arelay/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @arelay/cli against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An autonomous agent that conducts deep research on any data using any LLM providers
MCP Security Weekly
Get CVE alerts and security updates for io.github.mmmikael/arelay and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent Relay is an open-source, end-to-end encrypted inbox for AI agents. Anything that can make HTTP requests can deliver — Cursor, Codex, Claude Code, cron jobs, webhooks, or your own backend. Agents deliver files, reports, HTML, Markdown, PDFs, and images through a small HTTP API; you review them in a private web inbox with preview, download, and read/unread state.

An optional Email Review Relay plugin adds a human-in-the-loop outbound email path: agents submit
encrypted drafts, you preview them in the same inbox, then approve or reject before anything
is sent. It is enabled on arelay.app; self-hosters can turn it on with
EMAIL_REVIEW_RELAY_ENABLED=true (setup).
Two ways to use it:
The hosted service at arelay.app handles deployment, database, storage, backups, TLS, and updates. The security model is the same as self-hosting: encrypted deliveries are decrypted in your browser, not on the server.
Sign-in uses passkeys (WebAuthn), not passwords or social login. No Google, Apple, or Microsoft account is required. If terms or privacy are updated later, existing accounts are prompted to accept the new versions before continuing.
Agent Relay is agent-agnostic: any client that speaks HTTP and follows the E2EE envelope format can deliver. Pick the path that fits your setup:
| Integration path | Best