Skip to main content
Glama
virgosfredianilorenzo-cyber

Moodle MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort d'écoute du serveur HTTP (défaut 3000)3000
MOODLE_URLNoURL du endpoint REST Moodle, ex: https://moodle.tonsite.fr/webservice/rest/server.php
MOODLE_TOKENNoToken du web service Moodle
MCP_ACCESS_TOKENNoToken d'accès au serveur HTTP — génère-le avec openssl rand -hex 32

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
moodle_get_coursesC

Liste les cours disponibles sur Moodle.

moodle_get_usersC

Récupère une liste d'utilisateurs Moodle.

moodle_get_enrolled_usersB

Liste les utilisateurs inscrits dans un cours.

moodle_get_grade_itemsB

Récupère les notes d'un utilisateur dans un cours.

moodle_get_scorms_by_coursesB

Liste les modules SCORM disponibles dans un ou plusieurs cours.

moodle_get_scorm_completion_reportC

Génère un rapport de complétion pour un module SCORM.

moodle_get_completion_reportC

Génère un rapport de complétion pour un cours.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct entity or action: courses, users, enrolled users, grades, SCORM modules, SCORM completion, and course completion. No significant overlap.

Naming Consistency5/5

All tool names follow a consistent 'moodle_get_<object>' pattern using snake_case, making them predictable and easy to understand.

Tool Count5/5

Seven tools provide a focused set of operations for a Moodle integration, covering core reporting needs without excessive or insufficient granularity.

Completeness3/5

The tools are limited to retrieval operations, missing create/update/delete functionality. Key areas like assignments, forums, or quizzes are absent, indicating notable gaps for a full Moodle integration.

Maintenance

ActivitySlowing
ResponsivenessNo issues