Skip to content
Zed

alphaportal mcp for Zed

io.github.chrischall/alphaportal-mcp

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

client:Zed transport:stdio runtime:npm

Install alphaportal mcp in Zed

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

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

{
  "context_servers": {
    "alphaportal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alphaportal-mcp"
      ],
      "env": {
        "ALPHAPORTAL_REFRESH_TOKEN": "<ALPHAPORTAL_REFRESH_TOKEN>"
      }
    }
  }
}

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

alphaportal mcp in other clients