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

Installation

npx -y gopher-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub