← All plugins
matlab-agentic-toolkit
v0.1.0MATLAB skills and MCP tools for AI coding agents. Testing, debugging, code review, Live Scripts, App Builder, and code modernization.
Codex
by MathWorkshttps://www.mathworks.com/content/dam/mathworks/license/pmrl/license.md883updated 3 days ago
Source
git clone https://github.com/matlab/matlab-agentic-toolkitClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
matlab-agentic-toolkit/
└── .codex-plugin/plugin.json
Manifests1
.codex-plugin/plugin.json
{
"name": "matlab-agentic-toolkit",
"version": "0.1.0",
"description": "MATLAB skills and MCP tools for AI coding agents. Testing, debugging, code review, Live Scripts, App Builder, and code modernization.",
"author": {
"name": "MathWorks"
},
"license": "https://www.mathworks.com/content/dam/mathworks/license/pmrl/license.md",
"keywords": [
"matlab",
"mcp",
"testing",
"debugging",
"code-review",
"live-scripts",
"app-builder"
],
"skills": "./skills-catalog/",
"interface": {
"displayName": "MATLAB Agentic Toolkit",
"shortDescription": "Core MATLAB skills and MCP tools for AI coding agents.",
"category": "Development"
}
}