Skip to content
VS Code

Gopher & Gemini MCP Server for VS Code

io.github.cameronrye/gopher-mcp

Browse Gopher and Gemini resources safely: SSRF protection, TLS/TOFU, structured JSON output.

client:VS Code transport:stdio runtime:pypi

Install Gopher & Gemini MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "gopher-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gopher-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Gopher & Gemini MCP Server in other clients