brightspace-mcp-server-ddd
brightspace-mcp-server-ddd
MCP-Server für D2L Brightspace mit DDD-Architektur, Multi-Strategie-Authentifizierung und optionalen Schreibvorgängen.
Status: In aktiver Entwicklung. Nicht produktionsreif.
Schnellstart (Plan 1 Vorschau)
Klonen und installieren:
git clone <this repo> cd brightspace-mcp-server-ddd npm install npm run buildErstellen Sie
~/.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 }Exportieren Sie Ihr D2L Valence-Token und führen Sie Folgendes aus:
export BRIGHTSPACE_API_TOKEN="<your-token>" node build/cli/main.js serveRegistrieren Sie die Binärdatei bei Ihrem MCP-Client (z. B. Claude Desktop):
{ "brightspace": { "command": "node", "args": ["/abs/path/to/build/cli/main.js", "serve"] } }
Related MCP server: Nettskjema MCP Server
Status
[x] Plan 1: Grundlage + vertikaler Ausschnitt (
check_auth,list_my_courses,api_tokenAuth)[ ] Plan 2: Browser, OAuth, Session-Cookie, Headless + MFA (TOTP, Duo, Manuell)
[ ] Plan 3: Wiederholung/Backoff, Ratenbegrenzung, Zusammenführung, Datei/Redis-Cache
[ ] Pläne 4–8: Verbleibende Kontexte, CLI-Assistent, Schreibvorgänge, Release-Pipeline
Lizenz
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details.
MCP adapter for the Paxaver school community platform. Streamable HTTP, OAuth 2.1, capability auth.
Authenticated MCP server for ClearPolicy policy and compliance workflows.
Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Brightspace (D2L): check grades, due dates, announcements, rosters & more using Claude, ChatGPT, Cursor, or any MCP client. Built with TypeScript and the D2L REST API.131,522 npm42MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Nettskjema forms, submissions, invitations, and data export through the MCP protocol.MIT
- AlicenseNot gradedqualityAmaintenanceEnables search, content creation, weblink saving, and knowledge base analysis with Capacities through any MCP-compatible client.7MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Canvas LMS with automatic OAuth authentication. Enables interaction with courses, assignments, grades, modules, discussions, quizzes, files, calendar, messaging, and more without manual API token management.43 npmMIT