RepoRelay for Zed
io.github.lukie-81/reporelay
Bounded local MCP access to one approved repository for AI read/search and structured handoffs.
client:Zed
transport:stdio
runtime:npm
Install RepoRelay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"reporelay": {
"command": "npx",
"args": [
"-y",
"reporelay-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs