Description
matlab-mcp-core-server --setup-matlab installs the required MATLAB toolbox per user. This does not work well for container images that create runtime users dynamically, because each user must repeat setup before MCP works.
Please add a supported system-wide installation option, for example:
matlab-mcp-core-server --setup-matlab --system
It should install the MATLAB MCP toolbox into a shared location and register it through the MATLAB installation’s matlabrc.m, so MCP works for every container user without first-run setup.
This would avoid relying on undocumented source/archive layouts to extract and globally install the toolbox. (my current solution)
Description
matlab-mcp-core-server --setup-matlabinstalls the required MATLAB toolbox per user. This does not work well for container images that create runtime users dynamically, because each user must repeat setup before MCP works.Please add a supported system-wide installation option, for example:
matlab-mcp-core-server --setup-matlab --system
It should install the MATLAB MCP toolbox into a shared location and register it through the MATLAB installation’s
matlabrc.m, so MCP works for every container user without first-run setup.This would avoid relying on undocumented source/archive layouts to extract and globally install the toolbox. (my current solution)