Skip to content
Zed

schoolpass mcp for Zed

io.github.chrischall/schoolpass-mcp

SchoolPass for Claude — students, arrival/dismissal calendar, pickup changes, and school info

client:Zed transport:stdio runtime:npm

Install schoolpass 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": {
    "schoolpass-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "schoolpass-mcp"
      ],
      "env": {
        "SCHOOLPASS_EMAIL": "<SCHOOLPASS_EMAIL>",
        "SCHOOLPASS_PASSWORD": "<SCHOOLPASS_PASSWORD>",
        "SCHOOLPASS_SCHOOL_CODE": "<SCHOOLPASS_SCHOOL_CODE>",
        "SCHOOLPASS_API_HOST": "<SCHOOLPASS_API_HOST>",
        "SCHOOLPASS_SESSION_CACHE": "<SCHOOLPASS_SESSION_CACHE>",
        "SCHOOLPASS_SESSION_FILE": "<SCHOOLPASS_SESSION_FILE>"
      }
    }
  }
}

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

schoolpass mcp in other clients