mcp server tfl for Windsurf
io.github.oneill9/mcp-server-tfl
Community-built server providing real-time London transport data via the TfL Unified API
client:Windsurf
transport:stdio
runtime:oci
Install mcp server tfl in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server-tfl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oneill9/mcp-server-tfl:1.4.0"
],
"env": {
"TFL_APP_KEY": "<TFL_APP_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs