mcpbeat Sign in

Code Relay MCP Server

by zarcherlot Your server? Claim it
local only

Code Relay runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 11 · avg 1
a month agotoday
51
Installs / week
npm · code-relay-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return filepath.Join(root, newMeta)
  const child = spawn(binary, nativeArgs, { stdio: 'inherit', shell: false, windowsHide: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add code-relay -- npx -y code-relay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-relay": {
      "args": [
        "-y",
        "code-relay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-relay]
command = "npx"
args = ["-y", "code-relay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-relay": {
      "args": [
        "-y",
        "code-relay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-relay": {
      "args": [
        "-y",
        "code-relay-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Code Relay

same job, measured the same way
Machine Inbox
by machineinbox

Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.

11 tools answering
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

29 installs/wk local only
Security Preflight
by jdhart81

Static MCP, source-code and injection-indicator checks with redacted signed receipts.

5 tools answering
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
Temp Mail
by temp-mail

Disposable email inboxes for AI agents — read messages and verification codes.

answering
Claude Replay
by constripacity

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

159 installs/wk local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only

Code Relay — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Relay?
Code Relay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package code-relay-mcp was installed 51 times last week.
How do I connect Code Relay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls code-relay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Code Relay?
The npm package code-relay-mcp was installed 51 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Relay open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.