Stella MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_model | Create a new Stella model with specified time settings |
| set_sim_specs | Update simulation time settings on an existing model |
| add_stock | Add a stock (reservoir) to the current model |
| update_stock | Update stock fields while preserving relationships |
| add_flow | Add a flow between stocks in the current model |
| update_flow | Update flow fields while preserving structural stock links |
| add_aux | Add an auxiliary variable (parameter or intermediate calculation) to the current model |
| update_aux | Update auxiliary variable fields |
| add_connector | Add a connector (dependency arrow) between variables |
| sync_connectors_from_equations | Add missing dependency connectors inferred from flow and auxiliary equations |
| set_connector_routing | Set connector angle and/or explicit routing waypoints |
| rename_variable | Rename a stock/flow/aux and update dependent references |
| delete_variable | Delete a stock/flow/aux and clean connectors/module membership |
| create_module | Create a logical module/group for organizing variables |
| add_to_module | Add variables to an existing module |
| remove_from_module | Remove variables from an existing module |
| rename_module | Rename an existing module |
| delete_module | Delete a module |
| set_module_view | Set explicit view box geometry for a module |
| set_module_style | Set module box visual style in the diagram view |
| auto_place_module_boxes | Auto-place module view boxes around their member variables |
| save_model | Save the current model to a .stmx file |
| read_model | Read an existing .stmx file and load it as the current model |
| list_templates | List built-in and user-defined templates |
| get_template_info | Get detailed metadata for one template |
| load_template | Load a template into the current session as a model |
| save_as_template | Save the current model as a user-defined template |
| list_models | List all model IDs available in the current session |
| inspect_model | Return a structured summary of the current model for agent inspection |
| list_modules | List modules/groups in the current model |
| list_connectors | List connector metadata (uid, endpoints, angle, routing lock/points) |
| validate_model | Validate the current model for errors and warnings |
| list_variables | List all variables (stocks, flows, auxiliaries) in the current model |
| get_model_xml | Get the XMILE XML representation of the current model (for preview) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradleylab/stella-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server