Skip to main content
Glama
JhostinAleck

brightspace-mcp

by JhostinAleck

brightspace-mcp

MCP server for D2L Brightspace with multi-strategy authentication and opt-in write operations.

Status: Under active development. Not production-ready.

Quick start (Plan 1 preview)

  1. Clone and install:

    git clone <this repo>
    cd brightspace-mcp
    npm install
    npm run build
  2. Create ~/.brightspace-mcp/config.yaml:

    default_profile: my_school
    profiles:
      my_school:
        base_url: https://your-school.brightspace.com
        auth:
          strategy: api_token
          api_token: { token_ref: env:BRIGHTSPACE_API_TOKEN }
  3. Export your D2L Valence token and run:

    export BRIGHTSPACE_API_TOKEN="<your-token>"
    node build/cli/main.js serve
  4. Register the binary with your MCP client (e.g., Claude Desktop):

    { "brightspace": { "command": "node", "args": ["/abs/path/to/build/cli/main.js", "serve"] } }

Status

  • Plan 1: Foundation + vertical slice (check_auth, list_my_courses, api_token auth)

  • Plan 2: Browser, OAuth, Session Cookie, Headless + MFA (TOTP, Duo, Manual)

  • Plan 3: Retry/backoff, rate limit, coalescing, File/Redis cache

  • Plans 4–8: Remaining contexts, CLI wizard, writes, release pipeline

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
24Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JhostinAleck/brightspace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server