Back to Browse

Gopher MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to the Gopher protocol, browse gopherspace, the pre HTTP internet. Menus,...

About

Use this MCP server to the Gopher protocol, browse gopherspace, the pre HTTP internet. Menus,...

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-designed MCP server for the Gopher protocol with clean architecture and proper input validation. The server requires no authentication (appropriate for its public protocol use case), uses safe networking practices with timeouts, and has no credential handling or data exfiltration risks. Minor code quality observations exist but do not materially affect security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

TCP Network Access

Opens direct network connections, common for database or messaging tools.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

gopher mcp

An MCP server that speaks the Gopher protocol, the pre HTTP internet, still running since 1991.

Gopher is a text menu protocol: you open a menu, it lists typed items (directories, text files, search services), and you navigate deeper. This server is a raw TCP Gopher client (port 70), no HTTP, no scraping.

Why it's original

Nobody else has a Gopher client as an MCP tool. The AI can now surf gopherspace, Floodgap, SDF, Veronica search, and read documents that predate the web.

Tools

ToolWhat it does
open_menuOpen a gopher menu and list its items (dirs, text, search, binaries)
read_textfileRead a plain text file (gopher type 0)
search_veronicaRun a Veronica-2 search across gopherspace

Usage

npm run build && node dist/index.js

Example flow:

open_menu { host: "gopher.floodgap.com", selector: "/" }
search_veronica { host: "gopher.floodgap.com", query: "retro games" }
read_textfile { host: "gopher.floodgap.com", selector: "/0/floodgap/new" }

Default host is gopher.floodgap.com (Floodgap Systems, serving gopher since 1999, blocklist updated April 2026, ~81,000 Veronica matches indexed). All keyless, no auth.

Reviews

No reviews yet

Be the first to review this server!