textfiles mcp for VS Code
io.github.mrfentmen/textfiles-mcp
Use this MCP server to textfiles.com, the BBS era archive of zines, phreaking docs, and early...
client:VS Code
transport:stdio
runtime:npm
Install textfiles mcp in VS Code
.vscode/mcp.json
{
"servers": {
"textfiles-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"textfiles-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs