Gopher & Gemini MCP Server for Cursor
io.github.cameronrye/gopher-mcp
Browse Gopher and Gemini resources safely: SSRF protection, TLS/TOFU, structured JSON output.
client:Cursor
transport:stdio
runtime:pypi
Install Gopher & Gemini MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gopher-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gopher-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs