Skip to content
Cursor

brightspace for Cursor

io.github.jhostinaleck/brightspace

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

client:Cursor transport:stdio runtime:npm

Install brightspace in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "brightspace": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "brightspace-mcp"
      ],
      "env": {
        "BRIGHTSPACE_CONFIG": "<BRIGHTSPACE_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

brightspace in other clients