Code Relay for Cursor
io.github.zarcherlot/code-relay
Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.
client:Cursor
transport:stdio
runtime:npm
Install Code Relay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-relay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-relay-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs