Skip to content

moodle mcp server aql for Zed

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

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

client:Zed transport:stdio runtime:npm

Install moodle mcp server aql in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

moodle mcp server aql in other clients