bradleylab/stella-mcp
Create, read, validate, and save Stella system dynamics models (.stmx files in XMILE format) for scientific simulation and modeling.
Quick Start
Clone the repository:
git clone https://github.com/bradleylab/stella-mcpClaude Desktop configuration example:
{
"mcpServers": {
"stella-mcp": {
"command": "npx",
"args": [
"-y",
"bradleylab/stella-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.