brightspace-mcp-server-ddd
brightspace-mcp-server-ddd
DDDアーキテクチャ、マルチ戦略認証、およびオプトイン形式の書き込み操作を備えたD2L Brightspace用MCPサーバー。
ステータス: 活発に開発中。本番環境向けではありません。
クイックスタート (プラン1プレビュー)
クローンしてインストール:
git clone <this repo> cd brightspace-mcp-server-ddd npm install npm run build~/.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 }D2L Valenceトークンをエクスポートして実行:
export BRIGHTSPACE_API_TOKEN="<your-token>" node build/cli/main.js serveバイナリをMCPクライアント(例: Claude Desktop)に登録:
{ "brightspace": { "command": "node", "args": ["/abs/path/to/build/cli/main.js", "serve"] } }
Related MCP server: Nettskjema MCP Server
ステータス
[x] プラン1: 基盤 + バーティカルスライス (
check_auth,list_my_courses,api_token認証)[ ] プラン2: ブラウザ、OAuth、セッションCookie、ヘッドレス + MFA (TOTP, Duo, 手動)
[ ] プラン3: リトライ/バックオフ、レート制限、結合、ファイル/Redisキャッシュ
[ ] プラン4–8: 残りのコンテキスト、CLIウィザード、書き込み、リリースパイプライン
ライセンス
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