Skip to content
Zed

brightspace for Zed

io.github.jhostinaleck/brightspace

MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.

client:Zed transport:stdio runtime:npm

Install brightspace 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": {
    "brightspace": {
      "command": "npx",
      "args": [
        "-y",
        "brightspace-mcp"
      ],
      "env": {
        "BRIGHTSPACE_CONFIG": "<BRIGHTSPACE_CONFIG>"
      }
    }
  }
}

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

brightspace in other clients