Back to MCP Servers
Gopher
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-extractiongosecurityai
By cameronrye
Installation
npx -y gopher-mcpConfiguration
{
"mcpServers": {
"gopher-mcp": {
"command": "npx",
"args": ["-y", "gopher-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes