telnetbbs mcp for Zed
io.github.mrfentmen/telnetbbs-mcp
Use this MCP server to Telnet BBS Guide, the directory of live retro BBSes you can still dial...
client:Zed
transport:stdio
runtime:npm
Install telnetbbs mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"telnetbbs-mcp": {
"command": "npx",
"args": [
"-y",
"telnetbbs-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs