Skip to content
Zed

nextbus mcp for Zed

io.github.mrfentmen/nextbus-mcp

NextBus real-time public transit predictions (UmoIQ service).

client:Zed transport:stdio runtime:npm

Install nextbus mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "nextbus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nextbus-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

nextbus mcp in other clients