gopher mcp for VS Code
io.github.mrfentmen/gopher-mcp
Use this MCP server to the Gopher protocol, browse gopherspace, the pre HTTP internet. Menus,...
client:VS Code
transport:stdio
runtime:npm
Install gopher mcp in VS Code
.vscode/mcp.json
{
"servers": {
"gopher-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/gopher-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs