Skip to main content
Glama

collegia-mcp

MCP server for the Collège de Bruxelles, intended for teachers: it exposes tools, resources, and prompts that make AI agents more useful for lesson preparation, grading, and administrative tasks.

It is all packaged as a Claude plugin: a single installation provides both the MCP server and the skills.

Current status: demo skeleton. One example of each primitive.

Installing the plugin

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

The plugin declares the server over stdio (.mcp.json): nothing to launch by hand.

Related MCP server: Educational MCP Server

Starting the standalone server (development)

uv sync
uv run collegia-mcp

The server listens on http://127.0.0.1:8000/mcp (streamable HTTP). Environment variables: COLLEGIA_MCP_HOST, COLLEGIA_MCP_PORT, COLLEGIA_MCP_PATH.

Other useful commands:

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

Exposed components

Type

Name

Role

Tool

compute_class_average

Average, extremes, and pass rate for a series of grades.

Resource

collegia://etablissement/infos

School fact sheet (contact details, grades, standard schedule).

Prompt

prepare_assessment

Prepares a written assessment for a subject, a year, and a chapter.

Skill

analyser-resultats

Analyzes a series of grades and writes a class council comment.

Connecting an MCP client

{
  "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