Skip to content
VS Code

RepoRelay for VS Code

io.github.lukie-81/reporelay

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

client:VS Code transport:stdio runtime:npm

Install RepoRelay in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RepoRelay in other clients