Odel
Code Relay

Code Relay

Local
@zarcherlotGoMITUpdated 6 days ago

Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.

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).

npmcode-relay-mcpv3.1.0

Run

npx -y code-relay-mcp

MCP client config

{
  "mcpServers": {
    "code-relay": {
      "command": "npx",
      "args": [
        "-y",
        "code-relay-mcp"
      ]
    }
  }
}