Skip to content

FEATURE REQUEST: Support system-wide MATLAB MCP toolbox installation for container images #105

Description

@eng3

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA request for new functionality or an improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions