Skip to main content
Glama

collegia-mcp

Collège de Bruxelles의 MCP 서버이며, 교사용입니다. 수업 준비, 채점, 행정 업무에 AI 에이전트를 더 유용하게 해 주는 도구, 리소스, 프롬프트를 제공합니다.

모든 것이 plugin Claude 플러그인으로 패키징되어 있습니다. 한 번 설치하면 MCP 서버와 스킬을 모두 가져올 수 있습니다.

현재 상태: 데모용 골격입니다. 각 primitive의 예시가 하나씩 들어 있습니다.

플러그인 설치

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_HOST, COLLEGIA_MCP_PORT, COLLEGIA_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