moodle-mcp
v1.0.0+codex.20260907100944Campus-scoped Moodle performance data and report generation for Jaipuria faculty.
By Jaipuria AI Labs0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install moodle-mcp for Codex
codex plugin marketplace add mansigambhir-1313/Moodle-MCP
codex plugin marketplace upgrade jaipuria-ai-labs
codex plugin add moodle-mcp@jaipuria-ai-labsPaste and run these commands in a terminal with Codex. They add and refresh the jaipuria-ai-labs catalog, then install this plugin.
Compatibility: the page URL and API slug “moodle-mcp” remain stable.
- Codex:
moodle-mcp@agent-plugin-marketplace→moodle-mcp@jaipuria-ai-labs
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mansigambhir-1313/Moodle-MCPClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/moodle-mcp/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- https://moodle-mcp.tryrehearsal.ai/mcp
Plugin manifests1
{
"name": "moodle-mcp",
"version": "1.0.0+codex.20260907100944",
"description": "Campus-scoped Moodle performance data and report generation for Jaipuria faculty.",
"author": {
"name": "Jaipuria AI Labs",
"url": "https://tryrehearsal.ai"
},
"homepage": "https://moodle-mcp.tryrehearsal.ai",
"repository": "https://github.com/mansigambhir-1313/Moodle-MCP",
"keywords": [
"moodle",
"education",
"faculty",
"analytics",
"mcp"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Moodle Faculty Analytics",
"shortDescription": "Secure Moodle analytics for Jaipuria faculty",
"longDescription": "Query campus-scoped student marks, attendance, cohort analytics, risk signals, report accuracy, and durable on-demand student reports through the deployed Moodle MCP server.",
"developerName": "Jaipuria AI Labs",
"category": "Education",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://moodle-mcp.tryrehearsal.ai",
"defaultPrompt": [
"Show the cohort pulse for my campus.",
"Find students whose performance is declining.",
"Build an intervention watchlist for my cohort.",
"Create a report for any student in Noida."
],
"brandColor": "#8B5CF6"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[moodle-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/moodle-mcp)