Skip to content
Cursor

moodle mcp server aql for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install moodle mcp server aql in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "moodle-mcp-server-aql": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "moodle-mcp-server-aql"
      ],
      "env": {
        "MOODLE_URL": "<MOODLE_URL>",
        "MOODLE_TOKEN": "<MOODLE_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

moodle mcp server aql in other clients