RepoRelay for Gemini CLI
io.github.lukie-81/reporelay
Bounded local MCP access to one approved repository for AI read/search and structured handoffs.
client:Gemini CLI
transport:stdio
runtime:npm
Install RepoRelay in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"reporelay": {
"command": "npx",
"args": [
"-y",
"reporelay-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs