gopher mcp for Cursor
io.github.mrfentmen/gopher-mcp
Use this MCP server to the Gopher protocol, browse gopherspace, the pre HTTP internet. Menus,...
client:Cursor
transport:stdio
runtime:npm
Install gopher mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gopher-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/gopher-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs