Skip to main content
Glama

collegia-mcp

Collège de Bruxelles 的 MCP 服务器,面向教师:它提供工具、资源和提示词,使 AI 代理在备课时更有用、能更好地完成作业批改和行政任务。

它被打包成 Claude 插件:一次安装即可同时获得 MCP 服务器和技能。

当前状态:演示主干。各类组件各提供一个示例。

安装插件

claude plugin validate .
claude plugin install . --scope local

插件通过 stdio (.mcp.json) 声明服务器:无需手动启动任何东西。

Related MCP server: Educational MCP Server

单独启动服务器(开发)

uv sync
uv run collegia-mcp

服务器会监听 http://127.0.0.1:8000/mcp(streamable HTTP)。 环境变量:COLLEGIA_MCP_HOSTCOLLEGIA_MCP_PORTCOLLEGIA_MCP_PATH

其他有用命令:

uv run fastmcp dev src/collegia_mcp/server.py      # MCP Inspector
uv run fastmcp inspect src/collegia_mcp/server.py  # lister les composants

各组件一览

类型

名称

作用

工具

compute_class_average

计算一组分数的平均值、极值和及格率。

资源

collegia://etablissement/infos

学校的身份卡片(学校地址、年级、标准时间表等)。

提示词

prepare_assessment

为某一学科、某一年级、某一章节准备一次书面测验。

技能

analyser-resultats

分析一组分数,并撰写一份班级会议评语。

接入 MCP 客户端

{
  "mcpServers": {
    "collegia": {
      "type": "http",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/Hmkhalla/collegia-mcp'

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