← Back to Plugins
MCP Server MCP

io.github.csmediapro/moodle-mcp-server-aql

github By github 👁 1 views ▲ 0 votes

Query Moodle LMS data through natural language. Attach your agent to your LMS data.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...