Odel
Gopher & Gemini MCP Server

Gopher & Gemini MCP Server

Local
@cameronrye12PythonMITUpdated Yesterday

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).

PyPIgopher-mcpv0.10.1

Run

uvx gopher-mcp

MCP client config

{
  "mcpServers": {
    "gopher-gemini-mcp-server": {
      "command": "uvx",
      "args": [
        "gopher-mcp"
      ]
    }
  }
}
Dockerghcr.io/cameronrye/gopher-mcp:0.10.1

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"
      ]
    }
  }
}