The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gopher MCP listing page.
A modern, cross-platform Model Context Protocol (MCP) server that enables AI assistants to browse and interact with both Gopher protocol and Gemini protocol resources safely and efficiently.
The Gopher & Gemini MCP Server bridges vintage and modern alternative internet protocols with AI assistants, allowing LLMs like Claude to explore the unique content and communities that thrive on both Gopherspace and Geminispace. Built with FastMCP and modern Python practices, it provides secure, efficient gateways to these distinctive internet protocols.
Key Benefits:
gopher_fetch and gemini_fetch tools for comprehensive protocol coverage1) and Index-Search servers (7) as structured menus, text (0), HTML
(h), info (i) and error (3) lines as text, the fourteen binary types as
metadata only, and the three interactive ones (2, 8, T) refused without
opening a connection. The one standard type with no category of its own is +
(redundant server), which names an alternate host for the preceding item
rather than content to render; it takes the unknown-type path below. An
unknown type is read as text, best-effort, and an
hURL URL:<target> selector is followed to the destination the server
actually statedrefresh bypassoffset reads the rest instead of leaving a partial viewGopher (RFC 1436, including the de-facto item types in common use) and Gemini, both read-only. That is the whole surface, and the neighbouring protocols are deliberately out of scope rather than merely unbuilt:
: item type is recognised because it
appears in ordinary menus, but no Gopher+ attribute or metadata request is
ever sent.If you need one of these, an MCP server that does it well is a better answer than a flag on this one.
Complete documentation is available at cameronrye.github.io/gopher-mcp
No clone, no checkout — uv fetches and runs the published package on demand:
Tagged releases publish a slim, non-root image to
ghcr.io/cameronrye/gopher-mcp, tagged with the release version plus :latest
for stable (non-pre-release) tags:
To run a modified tree, the repository ships the Dockerfile the published
image is built from: docker build -t gopher-mcp .
Mount a volume, or Gemini trust is meaningless. Without one, the TOFU pins and the client certificates' private keys die with the container, so every start re-arms blind trust-on-first-use — the pin is the only thing that authenticates a Gemini capsule — and destroys any identity you minted, whose private key cannot be recovered.
Mount it at that exact path. /home/app/.local/share/gopher-mcp is where
the server writes (tofu.json and certs/), and it is the one directory the
image pre-creates owned by the runtime user and mode 700 — which is what lets
a named volume come up writable instead of root-owned. Mounting anywhere else
persists an empty directory. ~/.gemini is not the path: it is only a
read-in-place upgrade route for installs that pinned certificates before
gopher-mcp had a directory of its own, and it is honoured only when its store
file is already there, which it never is in a fresh image.
Health checks. The HTTP transports serve GET /health, which answers
{"status": "ok", "version": "..."} and nothing else — no configuration, no
allowlists, no store paths. It bypasses authorization by SDK design, which is
what makes it usable as a probe. The image's HEALTHCHECK polls it on the
hard-coded port 8000 to match the default CMD, so override the healthcheck
alongside --port, and pass --no-healthcheck when running stdio — a stdio
container serves no HTTP and would otherwise be reported unhealthy while working
perfectly.
Note: the default
CMDbinds0.0.0.0so the container is reachable out of the box. A non-loopback--hostalso turns off FastMCP's DNS-rebindingHost/Origincheck, matching what the SDK does when it is constructed with such a host — otherwise every client that was not on localhost got421 Misdirected Request. Keep the check on by naming the hostnames the deployment answers to with--allowed-host NAME(repeatable; a bare name matches any port). The HTTP transports are unauthenticated and have no TLS either — put the container behind a trusted reverse proxy, or use--transport stdio, before exposing it beyond your machine.
Every client below runs the server over stdio — no ports, no TLS, no listening socket. The entry is the same three fields everywhere; only the file and the top-level key change:
| Client | Where the entry goes | Top-level key |
|---|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS), %APPDATA%\Claude\claude_desktop_config.json (Windows), ~/.config/Claude/claude_desktop_config.json (Linux) | mcpServers |
| Claude Code | claude mcp add --scope user gopher -- uvx gopher-mcp, or .mcp.json at the repository root for --scope project | mcpServers |
| Cursor | ~/.cursor/mcp.json, or .cursor/mcp.json for one project | mcpServers |
| VS Code | .vscode/mcp.json in the workspace, or MCP: Open User Configuration | servers |
| Zed | settings.json (zed: open settings) | context_servers |
| Windsurf | ~/.codeium/windsurf/mcp_config.json | mcpServers |
That is the whole entry: every setting in Configuration has a
working default, so add an "env" block only when you actually want to change
one. Installed with pip rather than uvx? Use "command": "gopher-mcp" and
"args": [] instead.
The Installation Guide
has the exact JSON for each client, including the two that do not use the
mcpServers key.
If a GUI client reports that the server failed to start, it is almost always
PATH: a GUI-launched application does not inherit your shell's, so uvx may
not be found. Use the absolute path (which uvx) as "command", and restart
the application fully rather than reloading the window.
On Windows use the absolute path with escaped backslashes
(C:\\path\\to\\gopher-mcp).
The server registers eight MCP tools:
| Tool | Purpose |
|---|---|
gopher_fetch | Fetch one Gopher resource |
gemini_fetch | Fetch one Gemini resource |
gopher_batch_fetch | Fetch several Gopher URLs at once (bounded concurrency, max 50) |
gemini_batch_fetch | Fetch several Gemini URLs at once (bounded concurrency, max 50) |
gemini_trust_list | Inspect the Gemini TOFU trust store (read-only) |
gemini_trust_update | Remove or re-pin one host's certificate (destructive) |
gemini_client_cert_list | Inspect the stored Gemini client identities (read-only) |
gemini_client_cert_update | Create or remove one client identity (destructive) |
The four fetch tools are annotated read-only and open-world. The four certificate tools never touch the network, and each pair is split read from write so a client can gate the destructive one on its own.
Alongside them the server exposes one resource, gopher-mcp://policy, which
renders the fetch policy this process is actually running with — the allowlists,
caps and robots settings a refusal is decided from, with the two store paths
reduced to <configured> / <default>. There is deliberately no tool that
edits it: a fetched page talked into widening an allowlist would have widened it
for every later fetch. Two prompts, Explore a capsule or Gopher hole and
Summarize a gemlog or phlog, package the navigation and safety rules as a
one-click starting point.
gopher_fetch ToolFetches Gopher menus, text files, or metadata by URL with comprehensive error handling and security safeguards.
Parameters:
url (string, required): Full Gopher URL (e.g., gopher://gopher.floodgap.com/1/)search (string, optional): Terms for a type-7 (Index-Search) selector. They are
percent-encoded and sent as the query string, so pass the user's words raw — a
query holding #, +, & or non-ASCII is truncated or mangled when written
into the URL by hand. RFC 1436 gives only type 7 a query field, so leave it
unset for every other item typerefresh (boolean, optional, default false): Skip the cached copy and re-fetch from the serveroffset (integer, optional, default 0): Continue a truncated result — pass the
previous result's next_offset, which counts menu items for a menuResponse Types:
kind: "menu"): For Gopher menus (type 1) and search results (type 7)
next_url to follow. An empty next_url marks a display-only info linekind: "text"): For text files (type 0)
kind: "binary"): Metadata only for the binary item types
(4, 5, 6, 9, g, I, d, s, ;, p, P, :, M, <)
bytes and mime_type without downloading binary contentkind: "error"): For errors and unfetchable content
error.code and error.message; nothing was fetched. The interactive types
(2 CSO, 8 telnet, T tn3270) have no fetchable body at all and answer
NOT_FETCHABLE without opening a connectiongemini_fetch ToolFetches Gemini content with full TLS security, TOFU certificate validation, and native gemtext parsing.
Parameters:
url (string, required): Full Gemini URL (e.g., gemini://geminiprotocol.net/)input (string, optional): Text to answer a Gemini input prompt (status 10/11); it is percent-encoded into the query stringrefresh (boolean, optional, default false): Skip the cached copy and re-fetch from the serveroffset (integer, optional, default 0): Continue a truncated result — pass the
previous result's next_offset, which counts characters for a page bodyResponse Types: seven, one per kind.
kind: "gemtext"): For gemtext content (text/gemini)
document.lines and document.links, whose url fields
are already resolved. A line carries its own type, content and whatever
the marker cannot say (text, level, alt_text, language); there is no
nested per-line object and no whole-document raw_content in the payloadkind: "success"): For other text content types
content, with MIME type informationkind: "binary"): For binary content
size and the detected mime_type, never the bytes. A 1 MB
body would be ~350k tokens of base64 the model cannot render anywaykind: "input"): For input requests (status 1x)
prompt, with sensitive: true on status 11. Answer it by
calling again with input=, never by hand-building a query stringkind: "redirect"): For redirects (status 3x, where
31 is permanent)
new_url is the target. Redirects are not
followed for you, so the result also carries cross_host (the target
belongs to a different party than the one you asked for) and scheme
(anything but gemini leaves Geminispace and cannot be fetched with this
tool). Follow at most five in a row and stop on a URL already seenkind: "error"): For errors (status 40-59), and for
failures raised on this side of the wire — SSRF and allowlist refusals, a
robots block, a certificate mismatch, a timeout
error.code and error.message, where message is written by this server.
The capsule's own untrusted META text is kept apart in error.meta, so a
hostile 51 <instruction> cannot be read as this server's guidance. Where a
status has a defined remedy — the whole temporary 4x family included — that
remedy is in error.next_stepkind: "certificate"): For certificate statuses (60-69)
next_step written by this
server (message is the capsule's own text). A certificate that already
exists for the host/port/path scope is attached automatically and the fetch
path never creates one, so retrying unchanged returns status 60 again;
gemini_client_cert_update mints one for that scope, but only once the user
has agreed to hold a persistent identity on that capsule.GeminiErrorResult is an alias for the same ErrorResult model gopher_fetch
returns, not a separate type — its error object simply carries the extra
status, temporary and meta keys when the capsule actually answered.
Gemini results name the content length size where the Gopher results name the
same fact bytes. One concept, two wire names, kept apart only because renaming
either would break every existing consumer.
refreshSuccessful bodies are cached per protocol for a few minutes. A result that came from the cache says so, so a replay is never mistaken for the current state of a resource:
cached — true when the result was replayed from the local cachecached_at — when that copy was actually fetched, as an ISO-8601 UTC
timestamp (2026-09-02T12:00:00+00:00)cache_age_seconds — how old the copy was when it was returnedThese appear only on the kinds that are actually cached (Gopher menu, text,
binary; Gemini gemtext, success, binary). Errors, redirects and
input/certificate prompts are never cached.
Pass refresh: true when the user wants the current state — it skips the cache
for that one call and still stores the fresh response. All four fetch tools take
it, the batch pair included.
offsetMenus and page bodies are capped before they reach the model
(*_MAX_RENDERED_CHARS, GOPHER_MAX_MENU_ITEMS), but a cap is not a dead end.
A result cut short sets truncated: true and says where to resume:
next_offset — where the part that was cut begins, or null when there is
nothing moretotal_items (Gopher menu) / total_chars (text, success, gemtext) —
how big the whole resource is. total_items is null when the directory was
larger than the render cap, because the total is not counted in that caseCall the same tool again with offset set to the previous next_offset and keep
going until next_offset comes back null. The unit is items for a menu and
characters for a body; bytes and size are byte counts and are never
offsets. For gemtext, a window ends on the last complete line, so consecutive
windows abut exactly and half a link never parses as a whole one.
Neither batch tool takes offset: one offset cannot mean anything sensible
across a list of different URLs. Continue a truncated batch item with the
single-URL tool, which is where next_offset is answerable.
Gemini has no certificate authorities: the first certificate seen for a host is
pinned, and every later connection must present the same one. When a host reissues
its certificate — routine for self-signed certs, usually at expiry — the fetch
fails with CERTIFICATE_CHANGED. Two tools handle that without hand-editing the
trust store on disk — $XDG_DATA_HOME/gopher-mcp/tofu.json, falling back to
~/.local/share/gopher-mcp/, ~/Library/Application Support/gopher-mcp/ on
macOS and %LOCALAPPDATA%\gopher-mcp\ on Windows, and overridable with
GEMINI_TOFU_STORAGE_PATH. An install that already has ~/.gemini/tofu.json
keeps using it exactly where it is, permanently: moving pins would lose them or,
worse, make a pinned host look unpinned. The full rules are in
Where Gemini state is stored.
gemini_trust_list (read-only) reports what is pinned, optionally for one
host: fingerprint, port, first/last seen and expiry as ISO-8601 UTC, plus a
precomputed expired — an ended validity window makes a routine reissue the
likely explanation for a changed fingerprint.gemini_trust_update (destructive) removes (action: "remove") or
replaces (action: "pin") the pin of one named host. There is no wildcard.A fingerprint change is also exactly what an active machine-in-the-middle attack
looks like, and the two are indistinguishable from the client. So a pin is only
ever changed after the user confirms the new certificate is expected — checked
against the operator or another device, never on the say-so of a fetched page. To
enforce that, action: "remove" requires the fingerprint currently pinned
(as reported by gemini_trust_list); a mismatch returns FINGERPRINT_MISMATCH
and changes nothing. On a client that supports MCP elicitation the change is
also put to you before it is made, and declining returns USER_DECLINED with
the pin untouched; a client without that capability is never asked, and behaves
as it always has.
A client certificate is the other half of Gemini's certificate story, and the opposite direction: it is the identity this server presents to a capsule, not the one a capsule presents to us. Capsules with accounts ask for it with status 60 (certificate required). The fetch path attaches a certificate that already covers the requested scope but never creates one, so answering a 60 is an explicit call:
gemini_client_cert_list (read-only) reports the scopes that hold an
identity — each as a ready-to-use scope URL with its fingerprint, validity
window and whether it has expired. Never a private key or its location.gemini_client_cert_update (destructive) creates the identity for the
scope of a named gemini:// URL, or removes the one covering it. Like the
trust-store tool, it asks first on a client that supports elicitation —
creating an identity is a decision about being linkable across visits, and
removing one destroys a private key that nothing can recreate.The certificate covers that URL's path and everything below it, so
gemini://host/app/page.gmi covers one page, gemini://host/app/ the section,
and gemini://host/ the whole capsule. While it exists, every request in that
scope carries it, which is what lets the capsule link those visits — so it is
the user's decision, never a reaction to a page or META string asking for one.
Creation refuses to replace a certificate already covering the scope, because
the private key cannot be recovered, and action: "remove" requires the
fingerprint being destroyed, exactly as the trust tools require the pinned one.
Geminispace has no search engine this tool can drive. Kennedy and tlgs.one are
worth browsing, but both Disallow: /search in their robots.txt, so a search
URL on either comes back BLOCKED_BY_ROBOTS. That is a stop, not a setting to
change: the operators asked automated clients to stay off those paths.
Once configured, you can ask Claude:
Gopher Exploration:
Gemini Exploration:
Every development command is a task in [tool.taskipy.tasks] (pyproject.toml),
which is the single definition of each one — there is no second table to keep in
sync. Run them the same way on every platform:
On Unix and macOS, make <command> is a thin catch-all onto the same table, and
bare make runs help. uv run task help is the authoritative list; the tasks
and the reasoning behind the ones that are not obvious are described in
CONTRIBUTING.md.
uv run task dev-setup - Install dependencies and pre-commit hooksuv run task quality - Run all quality checks (lint + typecheck + test)uv run task test-cov - Run tests with coverage reportingThe server can be configured through environment variables for both protocols:
| Variable | Description | Default | Example |
|---|---|---|---|
GOPHER_MAX_RESPONSE_SIZE | Maximum response size in bytes | 1048576 (1MB) | 2097152 |
GOPHER_TIMEOUT_SECONDS | Request timeout in seconds | 30 | 60 |
GOPHER_CACHE_ENABLED | Enable response caching | true | false |
GOPHER_CACHE_TTL_SECONDS | Cache TTL in seconds; 0 = off | 300 | 600 |
GOPHER_MAX_CACHE_ENTRIES | Max cached entries (LRU) | 1000 | 2000 |
GOPHER_ALLOWED_HOSTS | Allowed hosts (list) | unset (all) | example.com,test.com |
GOPHER_ALLOWED_PORTS | Allowed ports (list) | unset (any) | 70 |
GOPHER_ALLOW_LOCAL_HOSTS | Permit loopback/private hosts | false | true |
GOPHER_REQUESTS_PER_MINUTE | Per-host request cap (0 = off) | 60 | 30 |
GOPHER_MAX_CONCURRENT_REQUESTS | Simultaneous fetches (0 = off) | 5 | 2 |
GOPHER_RESPECT_ROBOTS_TXT | Honour /robots.txt | true | false |
| Variable | Description | Default | Example |
|---|---|---|---|
GEMINI_MAX_RESPONSE_SIZE | Maximum response size in bytes | 1048576 (1MB) | 2097152 |
GEMINI_TIMEOUT_SECONDS | Whole-fetch wire-time budget | 30 | 60 |
GEMINI_CACHE_ENABLED | Enable response caching | true | false |
GEMINI_CACHE_TTL_SECONDS | Cache TTL in seconds; 0 = off | 300 | 600 |
GEMINI_MAX_CACHE_ENTRIES | Max cached entries (LRU) | 1000 | 2000 |
GEMINI_ALLOWED_HOSTS | Allowed hosts (list) | unset (all) | example.org,test.org |
GEMINI_ALLOWED_PORTS | Allowed ports (list) | unset (any) | 1965 |
GEMINI_ALLOW_LOCAL_HOSTS | Permit loopback/private hosts | false | true |
GEMINI_TOFU_ENABLED | Enable TOFU certificate validation | true | false |
GEMINI_CLIENT_CERTS_ENABLED | Store and attach client certs | true | false |
GEMINI_REQUESTS_PER_MINUTE | Per-host request cap (0 = off) | 60 | 30 |
GEMINI_MAX_CONCURRENT_REQUESTS | Simultaneous fetches (0 = off) | 5 | 2 |
GEMINI_RESPECT_ROBOTS_TXT | Honour /robots.txt | true | false |
SSRF protection: by default both tools reject targets that resolve to loopback, link-local (including cloud metadata
169.254.169.254), or private/RFC1918 addresses. SetGOPHER_ALLOW_LOCAL_HOSTS/GEMINI_ALLOW_LOCAL_HOSTStotrueonly when you deliberately need to reach local hosts (e.g. testing a server on localhost).
Timeouts. *_TIMEOUT_SECONDS is one overall deadline per fetch, not a
per-phase timeout. For Gemini, DNS, connect and TLS handshake, the trust-store
write, send and read all draw down the same budget, and when robots checking is
enabled the /robots.txt probe spends from it too — so a slow host cannot spend
the full value on each step in turn.
List-valued variables. *_ALLOWED_HOSTS, *_ALLOWED_PORTS and
GEMINI_DENIED_MIME_TYPES accept either the comma-separated form (a,b) or a
JSON array (["a", "b"]); whitespace around entries is stripped. Leave one
unset (or empty) to mean "no restriction". A value that is present but names
no entries — " , ", or "$A,$B" where both shell variables are empty — is a
startup error, because an empty allowlist cannot be told apart from an absent
one and would silently drop the restriction you meant to apply. A port outside
1–65535 in an allowlist is a startup error for the same reason: it could
never match, so every fetch would be refused at runtime instead.
Caching. *_CACHE_TTL_SECONDS=0 disables caching rather than storing entries
that expire the instant they are written.
The tables above cover the most common settings. Additional options include
robots policy caching and retry (*_ROBOTS_CACHE_TTL_SECONDS,
*_ROBOTS_HONOR_AI_TOKENS, *_ROBOTS_FAILURE_BACKOFF_SECONDS),
rendered-output limits (*_MAX_RENDERED_CHARS, GOPHER_MAX_MENU_ITEMS), Gemini
TOFU/certificate storage paths and expiry policy (GEMINI_TOFU_STORAGE_PATH,
GEMINI_TOFU_REJECT_EXPIRED, GEMINI_CLIENT_CERTS_STORAGE_PATH), MIME filtering
(GEMINI_DENIED_MIME_TYPES), and server/logging settings under the GOPHER_MCP_
prefix. See the full
Configuration Guide for
every variable, its type, range, and default, or config/example.env for a
ready-to-edit starting point.
Gopherspace and Geminispace are served largely by individuals running small machines. This server is built to be a guest there.
gopher-mcp fetches a resource when someone asks their assistant for it, and
returns the content to that conversation. It does not train on what it
fetches, archive it, rehost it, or make it searchable. It does not follow links
on its own: every URL it retrieves was named by the caller.
Neither protocol has a user-agent field, so nothing identifies this client on
the wire and a server cannot recognise or block it by name. That is a property
of Gopher and Gemini, not a choice made here. What it does do, when robots
checking is enabled below, is honour rules written against the token
gopher-mcp, so an operator who wants to single it out has a way to.
Both clients space out requests to the same host and cap how many fetches run at
once. Unlike earlier versions, these are on by default: one request per
second per host (*_REQUESTS_PER_MINUTE=60) and five concurrent fetches
(*_MAX_CONCURRENT_REQUESTS=5). Set either to 0 to disable it. A Gemini server
answering 44 SLOW_DOWN is always honoured regardless of these settings.
robots.txt)The server fetches /robots.txt from the host root and honours it before
retrieving anything. This is on by default: these are overwhelmingly
hobbyist-run servers, and ignoring a stated policy is not a reasonable default
for a tool an LLM drives unattended. Policies are cached per host for 24 hours
(*_ROBOTS_CACHE_TTL_SECONDS), so the extra round-trip is paid once per host,
not per fetch.
GOPHER_RESPECT_ROBOTS_TXT=false / GEMINI_RESPECT_ROBOTS_TXT=false turns it
off, but the override is for a host you operate — a blanket Disallow: / on
someone else's server is a decision, not a misconfiguration. The error messages
are written that way too, because they are read by the model, not by you: a
blocked fetch returns BLOCKED_BY_ROBOTS and says to stop and tell the user
rather than retry or try another spelling of the path. A fetch refused because
the policy could not be read at all returns ROBOTS_UNAVAILABLE instead — a
separate code because it is transient and means nothing disallowed you.
Which convention applies depends on the protocol:
archiver, indexer, researcher and
webproxy. This server matches gopher-mcp, webproxy, indexer and *.
It does not claim archiver or researcher: nothing here retains content,
and researcher is defined for tools that operate without surfacing what they
fetch.gopher://gopher.floodgap.com/0/v2/help/indexer (written out rather than
linked, because a gopher:// href does not survive PyPI's sanitizer). This
server matches gopher-mcp and *. It does not claim veronica, which
belongs to Floodgap's indexer.Both use the original 1994 robots.txt grammar rather than RFC 9309, so only
#, User-agent: and Disallow: are recognised and every other field,
including Allow:, is ignored. This matters: an RFC 9309 parser would act on
Allow: lines that authors on these networks expect to be dropped, making it
more permissive than intended.
By default the server also honours rules naming AI crawler tokens such as
ClaudeBot, GPTBot and CCBot (*_ROBOTS_HONOR_AI_TOKENS). These are not
part of either protocol's convention, but an operator who wrote one meant "no
LLM tooling", and that is the request being made.
When a policy cannot be retrieved at all, the host is left alone for a short
while before being probed again (*_ROBOTS_FAILURE_BACKOFF_SECONDS, 60s by
default) rather than paying a fresh connect timeout on every request. Set it to
0 to re-probe immediately, or raise it if you routinely fetch from hosts that
are down. A Gemini capsule answering 44 SLOW_DOWN is the exception: it named
its own retry period, so that is used instead.
Two known limitations, both documented rather than papered over:
User-agent: group imposes no rules. Gemini, which does have
status codes, fails closed and treats 51 NOT FOUND as "no policy". Note that
failing closed covers more than a 4x status: a capsule that is unreachable —
connection refused, TLS failure, timeout, malformed reply — also has no
retrievable policy, so it is refused too — but under the separate
ROBOTS_UNAVAILABLE code, since the capsule never disallowed anything. The
message names the underlying cause, and turning robots checking off will not
make such a capsule reachable.gopher://host/1/archive has the URI path
/1/archive but the on-wire selector /archive. Rules are tested against both
spellings, but Disallow: / is the only form guaranteed to behave the way its
author expects.There is no per-directory or per-user robots.txt. Neither protocol convention
nor RFC 9309 §2.3 defines one; on shared hosts the established pattern is a
single file at the root using path prefixes.
We welcome contributions! Please see our Contributing Guidelines for details.
git clone https://github.com/your-username/gopher-mcp.gituv run task dev-setupgit checkout -b feature/amazing-featureuv run task qualitygit commit -m 'Add amazing feature'git push origin feature/amazing-featureThis project is licensed under the MIT License - see the LICENSE file for details.
FastMCP (mcp.server.fastmcp) is what this server is built on, pinned to mcp>=1.28.1,<2Whichever you open, include the version: gopher-mcp --version reports it and
works for the uvx and Docker installs, where there is no checkout to import
the package from.
Made with ❤️ by Cameron Rye
Star this project if you find it useful!