You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Model Context Protocol (MCP) server that provides tools for developing, running, and debugging MATLAB files. This tool integrates with Cline and other MCP-compatible clients to provide interactive MATLAB development capabilities.
3
+
A Model Context Protocol (MCP) server that provides tools for developingand running MATLAB files. This tool integrates with Cline and other MCP-compatible clients to provide interactive MATLAB development capabilities.
4
4
5
5
## Prerequisites
6
6
7
7
- Python 3.8+
8
8
- MATLAB with Python Engine installed
9
-
- MCP SDK for Python (`pip install modelcontextprotocol`)
10
-
- MATLAB Engine for Python (`pip install matlabengine`)
11
9
12
10
## Features
13
11
@@ -17,12 +15,7 @@ A Model Context Protocol (MCP) server that provides tools for developing, runnin
17
15
- Maintain workspace context between executions
18
16
- Capture and display plots
19
17
20
-
2.**Interactive Debugging**
21
-
- Set breakpoints in MATLAB scripts
22
-
- Debug script execution
23
-
- Inspect workspace variables
24
-
25
-
3.**Section-based Execution**
18
+
2.**Section-based Execution**
26
19
- Execute specific sections of MATLAB files
27
20
- Support for cell mode (%% delimited sections)
28
21
- Maintain workspace context between sections
@@ -32,7 +25,7 @@ A Model Context Protocol (MCP) server that provides tools for developing, runnin
0 commit comments