Skip to main content
Glama
mrfentmen

gopher-mcp

by mrfentmen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_menuB

Open a Gopher menu (directory) and list its items. The default server is gopher.floodgap.com — one of the oldest still-running gopher servers. Pass a selector like '/' for the root, or a path like '/1/floodgap'.

read_textfileA

Read a plain-text file from gopherspace (gopher type 0). Useful for the floodgap texts, old FAQ collections, and historical documents.

search_veronicaA

Run a Gopher search (type 7) — e.g. a Veronica-2 search on gopher.floodgap.com (selector '/7/v2/vs'). Returns matching items as a menu.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct Gopher operation: browsing menus, reading text files, and searching. There is no overlap in purpose or selector types.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (open_, read_, search_) with descriptive nouns. The convention is uniform and predictable.

Tool Count5/5

Three tools is an appropriate size for a niche protocol like Gopher, covering the core interactions without unnecessary bloat.

Completeness4/5

Core Gopher workflows (browse, read, search) are covered. A minor gap is the lack of support for binary or other non-text item types, but for a text-focused MCP server this is acceptable.

Maintenance

ActivitySlowing
ResponsivenessNo issues