repiscope for Gemini CLI
io.github.3xpr1ment/repiscope
Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them
client:Gemini CLI
transport:stdio
runtime:pypi
Install repiscope in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"repiscope": {
"command": "uvx",
"args": [
"repiscope"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs