matlab-mcp-core-server
Verified Safeby matlab
Overview
The MATLAB MCP Core Server enables AI applications to start and quit MATLAB, execute MATLAB code, and assess code quality.
Installation
/fullpath/to/matlab-mcp-core-server-binarySecurity Notes
The server's core function is to execute arbitrary MATLAB code provided via API calls, which inherently poses a high security risk if not properly managed. The README explicitly warns users to 'thoroughly review and validate all tool calls before you run them' and 'always keep a human in the loop'. The presence of path validators in the source code (e.g., in `checkmatlabcode`, `runmatlabfile`) suggests attempts to restrict file access, which is a good practice for mitigating some execution risks. No hardcoded secrets or obvious malicious patterns were found. Network communication within the watchdog mechanism appears to use Unix Domain Sockets or HTTP, with TLS for the embedded MATLAB connector, indicating attention to secure communication channels. The main security consideration is ensuring trusted and validated input to the code execution functions.
Similar Servers
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.