Browse Gopher and Gemini resources safely: SSRF protection, TLS/TOFU, structured JSON output.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx gopher-mcp
MCP client config
{
"mcpServers": {
"gopher-gemini-mcp-server": {
"command": "uvx",
"args": [
"gopher-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/cameronrye/gopher-mcp:0.10.1
MCP client config
{
"mcpServers": {
"gopher-gemini-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cameronrye/gopher-mcp:0.10.1"
]
}
}
}