Gopher & Gemini MCP Server

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. It runs locally over stdio via the published package.

People who work with gemini and gopher and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 12 · #103 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Gopher & Gemini MCP Server

before you install - you'll need

Set GOPHER_MAX_RESPONSE_SIZE, GOPHER_TIMEOUT_SECONDS, GOPHER_CACHE_ENABLED, GOPHER_ALLOWED_HOSTS, GEMINI_MAX_RESPONSE_SIZE, GEMINI_TIMEOUT_SECONDS, GEMINI_TOFU_ENABLED, GEMINI_CLIENT_CERTS_ENABLED, GEMINI_ALLOWED_HOSTS before connecting.

Claude Code

claude mcp add cameronrye-gopher-mcp -- uvx gopher-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cameronrye-gopher-mcp": {
      "command": "uvx",
      "args": [
        "gopher-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

pypi package gopher-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.cameronrye is GitHub-verified and matches the repo owner

03 · What Gopher & Gemini MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.2 · 2026-09-08

Fixed · A lang parameter the parser could not read no longer discards the MIME type · that carries it. lang is cosmetic -- it says what language the body is · written in, not what the body _is_ -- but failing to…

v0.10.1 · 2026-09-06

Fixed · refresh now invalidates the whole resource instead of one window of it. A · windowed read caches each rendered window under its own key -- the resource's · key plus the offset -- and refresh only ever skipped…

v0.10.0 · 2026-09-06

Added · The two tools that change stored state ask the user first, on clients that · can carry the question. Removing or replacing a certificate pin, and creating or · removing a client identity, are destructive…

04 · Who maintains Gopher & Gemini MCP Server

Gopher & Gemini MCP Server is maintained by cameronrye. We track 4 MCP servers from cameronrye - 3 actively maintained, 161 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from cameronrye.

  1. openzim-mcp Offline MCP access to ZIM knowledge archives - Wikipedia, Wiktionary, Stack Exchange, Kiwix. ★ 132
  2. activitypub-mcp Read-only-by-default MCP server: let LLMs explore the Fediverse - Mastodon, Misskey, Pleroma. ★ 17

05 · Facts

category
other - ranked #103 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-08)
registry
io.github.cameronrye/gopher-mcp (active, first published 2026-09-03 · 5 versions)
packages
pypi:gopher-mcp · oci:ghcr.io/cameronrye/gopher-mcp:0.10.2

06 · Gopher & Gemini MCP Server FAQ

What is Gopher & Gemini MCP Server?

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. It runs locally over stdio via the published package.

Is Gopher & Gemini MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Gopher & Gemini MCP Server?

Run `uvx gopher-mcp`. The README documents 9 environment variables (GOPHER_MAX_RESPONSE_SIZE, GOPHER_TIMEOUT_SECONDS, GOPHER_CACHE_ENABLED…) to set first. Set GOPHER_MAX_RESPONSE_SIZE, GOPHER_TIMEOUT_SECONDS, GOPHER_CACHE_ENABLED, GOPHER_ALLOWED_HOSTS, GEMINI_MAX_RESPONSE_SIZE, GEMINI_TIMEOUT_SECONDS, GEMINI_TOFU_ENABLED, GEMINI_CLIENT_CERTS_ENABLED, GEMINI_ALLOWED_HOSTS before connecting. You can also paste the ready-made client config above.

Does Gopher & Gemini MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gopher & Gemini MCP Server

More MCP servers to compare · Isochrone · DFX Real Estate Intelligence · Carbon Arc · Factcheck · Leadenrich MCP

More Python MCP servers · Openzim MCP · Searchts · Openchronicle MCP · see all