MCP Server
MCP
io.github.csmediapro/moodle-mcp-server-aql
Query Moodle LMS data through natural language. Attach your agent to your LMS data.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "moodle-mcp-server-aql",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL for the Moodle instance to query.",
"isRequired": true,
"format": "string",
"name": "MOODLE_URL"
},
{
"description": "Moodle Web Services API token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MOODLE_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment