Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent ai matlab mcp model-context-protocol python

Summary

AI summary

Added Anaconda/Miniconda installation support for end users and developers.

Full changelog

What's Changed

Added Anaconda/Miniconda installation support — users can now set up the server with a single conda command.

Conda Support

For end users (no repo clone needed):

conda env create -f environment.yml
conda activate matlab-mcp
matlab-mcp --inspect

For developers (from repo clone):

conda env create -f environment-dev.yml
conda activate matlab-mcp-dev
pytest tests/ -x -q

CI

  • conda-test-pypi — validates environment.yml installs from PyPI and server loads
  • conda-test-dev — validates environment-dev.yml installs from source and all tests pass
  • 19 CI jobs total across Linux, Windows, macOS, Docker, conda

Full Changelog

https://github.com/HanSur94/matlab-mcp-server-python/compare/v2.0.1...v2.0.2

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track HanSur94/matlab-mcp-server-python

Get notified when new releases ship.

Sign up free

About HanSur94/matlab-mcp-server-python

Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard.

All releases →

Beta — feedback welcome: [email protected]