textfiles mcp for Zed
io.github.mrfentmen/textfiles-mcp
Use this MCP server to textfiles.com, the BBS era archive of zines, phreaking docs, and early...
client:Zed
transport:stdio
runtime:npm
Install textfiles mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"textfiles-mcp": {
"command": "npx",
"args": [
"-y",
"textfiles-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs