Gopher & Gemini MCP Server for Gemini CLI
io.github.cameronrye/gopher-mcp
Browse Gopher and Gemini resources safely: SSRF protection, TLS/TOFU, structured JSON output.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Gopher & Gemini MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gopher-mcp": {
"command": "uvx",
"args": [
"gopher-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs