Skip to content
Cursor

RepoRelay for Cursor

io.github.lukie-81/reporelay

Bounded local MCP access to one approved repository for AI read/search and structured handoffs.

client:Cursor transport:stdio runtime:npm

Install RepoRelay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "reporelay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reporelay-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RepoRelay in other clients