gopher-mcp

cameronrye/gopher-mcp
★ 11 stars Python AI/LLM Updated 5d ago ✗ Risk
A modern, cross-platform Model Context Protocol (MCP) server that enables AI assistants to browse and interact with both Gopher protocol and Gemini protocol resources safely and efficiently.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gopher-mcp": {
      "command": "uvx",
      "args": [
        "gopher-mcp"
      ]
    }
  }
}

Or install with pip: pip install gopher-mcp

README Excerpt

A modern, cross-platform [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to browse and interact with both [Gopher protocol](<https://en.wikipedia.org/wiki/Gopher_(protocol)>) and The Gopher & Gemini MCP Server bridges vintage and modern alternative internet protocols with AI assistants, allowing LLMs like

Tools (20)

GEMINI_ALLOWED_HOSTSGEMINI_ALLOWED_PORTSGEMINI_ALLOW_LOCAL_HOSTSGEMINI_CACHE_ENABLEDGEMINI_CACHE_TTL_SECONDSGEMINI_CLIENT_CERTS_ENABLEDGEMINI_MAX_CACHE_ENTRIESGEMINI_MAX_CONCURRENT_REQUESTSGEMINI_MAX_RESPONSE_SIZEGEMINI_REQUESTS_PER_MINUTEGEMINI_RESPECT_ROBOTS_TXTGEMINI_TIMEOUT_SECONDSGEMINI_TOFU_ENABLEDGOPHER_ALLOWED_HOSTSGOPHER_ALLOWED_PORTSGOPHER_ALLOW_LOCAL_HOSTSGOPHER_CACHE_ENABLEDGOPHER_CACHE_TTL_SECONDSGOPHER_MAX_CACHE_ENTRIESGOPHER_MAX_CONCURRENT_REQUESTS

Topics

geminigemini-protocolgophergopher-protocolmcpmcp-server