Skip to content
Windsurf

transitland mcp server for Windsurf

io.github.cyanheads/transitland-mcp-server

Global transit via Transitland v2 — operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures.

client:Windsurf transport:stdio runtime:npm

Install transitland mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "transitland-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/transitland-mcp-server"
      ],
      "env": {
        "TRANSITLAND_API_KEY": "<TRANSITLAND_API_KEY>",
        "TRANSITLAND_BASE_URL": "<TRANSITLAND_BASE_URL>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

transitland mcp server in other clients