Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Code Relay lets your coding agent develop on one machine and prove the result on another.
Relay is an MCP-based coding-agent integration for cross-machine development and verification. AI on the Dev Host implements the request; the Target Host runs the real validation; a structured receipt comes back to guide the next repair iteration. It works with Codex, Claude Code, Cursor, VS Code, and other MCP-capable coding agents.
code-relay-checkpoint GitHub Actions self-hosted runner.receipt.json and human-readable receipts for passed, failed, and blocked runs.Let your coding agent read and follow the instructions:
Replace codex with claude-code, cursor, vscode, or generic as needed.
Code Relay is a local MCP server that communicates over stdio. The npm package starts the server with:
The server implements the MCP JSON-RPC surface directly in Go (without a
third-party MCP SDK). It supports initialize, ping, tools/list, and
tools/call, and exposes these tools:
| Tool | Purpose |
|---|---|
bind_project | Bind a repository and branch to a relay role. |
create_checkpoint_invite | Create a short-lived checkpoint join link. |
join_checkpoint | Join a branch-scoped checkpoint subscription. |
watcher_status | Read local watcher state. |
stop_watcher | Stop the local watcher. |
doctor | Run non-mutating local health checks. |
publish_runbook | Validate and publish a runbook. |
status | Read runbook and receipt status. |
fetch_receipt | Load and validate a runbook receipt. |
analyze | Analyze a receipt and determine the next state. |
The implementation and transport loop are in internal/relay/mcp.go.
the Dev Host sends a repository- and branch-bound runbook through Relay; the Target Host checks the exact source commit in its real environment and returns a Receipt recording the Checkpoint result.
Every runbook is bound to a repository, branch, and source commit. The Target Host acts as the Checkpoint, and the resulting receipt records passed, failed, or blocked verification for the next iteration.
Code Relay is released under the MIT License.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/code-relay)<a href="https://allmcps.com/mcp/code-relay"><img src="https://allmcps.com/api/badge/code-relay?style=directory" alt="Code Relay on AllMCPs" /></a>