Skip to content
Zed

gopher mcp for Zed

io.github.mrfentmen/gopher-mcp

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

client:Zed transport:stdio runtime:npm

Install gopher mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "gopher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/gopher-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

gopher mcp in other clients