Odel
agent relay

agent relay

Local
@cloud1mapJavaScriptMITUpdated 1w ago

Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.

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@cloud1map/agent-relay-mcpv0.1.3

Run

npx -y @cloud1map/agent-relay-mcp

MCP client config

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