Skip to content
Zed

ClassDojo Classroom MCP for Zed

io.github.eason0in/classdojo-mcp

Unofficial local-first MCP for ClassDojo roster imports and classroom skill synchronization.

client:Zed transport:stdio runtime:npm

Install ClassDojo Classroom 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": {
    "classdojo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "classdojo-mcp"
      ],
      "env": {
        "CLASSDOJO_CDP_URL": "<CLASSDOJO_CDP_URL>"
      }
    }
  }
}

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

ClassDojo Classroom MCP in other clients