brilliant-directories-mcp
v6.58.2
io.github.JhostinAleck/brightspace · v1.1.1
MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.
brightspace 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"brightspace": {
"command": "npx",
"args": [
"-y",
"brightspace-mcp"
]
}
}
}BRIGHTSPACE_CONFIG可选Path to config.yaml. Default: ~/.brightspace-mcp/config.yaml
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.JhostinAleck/brightspace",
"type": "mcp-server",
"version": "1.1.1",
"displayName": "brightspace",
"description": "MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.",
"repository": {
"url": "https://github.com/JhostinAleck/brightspace-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "brightspace-mcp",
"version": "1.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "BRIGHTSPACE_CONFIG",
"description": "Path to config.yaml. Default: ~/.brightspace-mcp/config.yaml"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.JhostinAleck/brightspace",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JhostinAleck%2Fbrightspace/versions/latest",
"isOfficial": true,
"status": "active"
}
}