What is the io.github.mmmikael/arelay MCP server?
Encrypted inbox for AI agents — deliver reports and files, and submit email for human review.
How to install io.github.mmmikael/arelay
Copy-paste configuration for popular MCP clients.
ARELAY_TOKENrequiredsecretAgent token created in the Agent Relay portal under Account → Agent tokens.
ARELAY_URLBase URL of the Agent Relay deployment. Defaults to https://arelay.app.
{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<YOUR_ARELAY_TOKEN>",
"ARELAY_URL": "<YOUR_ARELAY_URL>"
}
}
}
}{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<YOUR_ARELAY_TOKEN>",
"ARELAY_URL": "<YOUR_ARELAY_URL>"
}
}
}
}{
"mcpServers": {
"arelay": {
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<YOUR_ARELAY_TOKEN>",
"ARELAY_URL": "<YOUR_ARELAY_URL>"
}
}
}
}{
"servers": {
"arelay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arelay/cli",
"mcp"
],
"env": {
"ARELAY_TOKEN": "<YOUR_ARELAY_TOKEN>",
"ARELAY_URL": "<YOUR_ARELAY_URL>"
}
}
}
}claude mcp add arelay --env ARELAY_TOKEN=<YOUR_ARELAY_TOKEN> --env ARELAY_URL=<YOUR_ARELAY_URL> -- npx -y @arelay/cli mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.