Odel
Agent Relay

Agent Relay

Local
@mmmikael9TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arelay/cliv0.2.0

Run

npx -y @arelay/cli

MCP client config

{
  "mcpServers": {
    "agent-relay": {
      "command": "npx",
      "args": [
        "-y",
        "@arelay/cli"
      ]
    }
  }
}