tfl status mcp for Zed
io.github.mrfentmen/tfl-status-mcp
London transport line status from Transport for London. No key required.
client:Zed
transport:stdio
runtime:npm
Install tfl status mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tfl-status-mcp": {
"command": "npx",
"args": [
"-y",
"tfl-status-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs