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
{
"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