Skip to content
Claude Desktop

RepoRelay for Claude Desktop

io.github.lukie-81/reporelay

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

client:Claude Desktop transport:stdio runtime:npm

Install RepoRelay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RepoRelay in other clients