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.
Quick Start
Clone the repository:
git clone https://github.com/cameronrye/gopher-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gopher-mcp": {
"command": "npx",
"args": [
"-y",
"cameronrye/gopher-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.