alphaportal mcp for Windsurf
io.github.chrischall/alphaportal-mcp
AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications
client:Windsurf
transport:stdio
runtime:npm
Install alphaportal mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"alphaportal-mcp": {
"command": "npx",
"args": [
"-y",
"alphaportal-mcp"
],
"env": {
"ALPHAPORTAL_REFRESH_TOKEN": "<ALPHAPORTAL_REFRESH_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs