mcp-framework-matlab-production-server
by matlab
Overview
Publishes MATLAB functions as Model Context Protocol (MCP) tools on MATLAB Production Server, enabling AI agents to call and leverage MATLAB's computational capabilities.
Installation
python Utilities/linePlot.py --port 8000Security Notes
The `file_persist` Go binary, part of the framework's utilities, offers broad filesystem access (copy, create, delete, list) to AI agents via URI commands. This is a significant security risk if the orchestrating AI agent or the hosting environment is compromised or not properly sandboxed. While there's no evidence of 'eval', obfuscation, or hardcoded secrets in the provided Go/Python code, the exposed capabilities require strict permission management and careful trust considerations for the AI agent. The `README` for test tools also cautions that they may do "unconventional or wrong" things.
Similar Servers
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
agentor
A framework for building, prototyping, and deploying scalable AI agents with tool integration and multi-agent communication capabilities.
Polymcp
A comprehensive toolkit and agent framework for building Model Context Protocol (MCP) servers and orchestrating them with Large Language Models (LLMs) across Python and TypeScript environments.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.