
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@simlin/mcp
Advanced tools
MCP (Model Context Protocol) server for Simlin, a system dynamics modeling tool. This server lets AI assistants read, create, and edit stock-and-flow simulation models.
claude mcp add simlin npx @simlin/mcp@latest
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"simlin": {
"command": "npx",
"args": ["@simlin/mcp@latest"]
}
}
}
Any MCP-compatible client can run the server over stdio:
npx @simlin/mcp@latest
| Tool | Description |
|---|---|
| ReadModel | Read a model file and return a JSON snapshot with loop dominance analysis |
| EditModel | Apply operations (upsert/remove variables, name loops) to an existing model |
| CreateModel | Create a new empty model file |
| Format | Extensions | Read | Edit |
|---|---|---|---|
| XMILE | .stmx, .xmile, .xml | Yes | Yes |
| JSON (Simlin and SD-AI) | .sd.json, .json | Yes | Yes |
| Vensim | .mdl | Yes | No (import only) |
The PyPI package is pysimlin:
pip install pysimlin
Imported in Python as simlin:
import simlin
model = simlin.load("population.stmx")
run = model.run()
print(run.results["population"].iloc[-1])
The server also exposes skill resources around how to use the Python library:
simlin://skills/pysimlin-basics -- Loading models, simulation, DataFrame accesssimlin://skills/scenario-analysis -- Parameter sweeps and intervention analysissimlin://skills/loop-dominance -- Feedback loop analysis and visualizationsimlin://skills/vensim-equation-syntax -- Vensim-to-XMILE function mappingApache-2.0
FAQs
MCP server for Simlin system dynamics simulation engine
We found that @simlin/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.