Skip to main content
Search & Data ExtractionPython

cameronrye/gopher-mcp

Modern, cross-platform MCP server enabling AI assistants to browse and interact with both Gopher protocol and Gemini protocol resources safely and efficiently. Features dual protocol support, TLS security, and structured content extraction.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cameronrye/gopher-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "gopher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cameronrye/gopher-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
cameronrye