A Model Context Protocol (MCP) server for integrating AnyLogic Cloud simulation platform with AI assistants.
- Connect to AnyLogic Cloud API
- Run simulations with custom parameters
- Retrieve and analyze simulation results
- Persistent storage for simulation data
- Export results in multiple formats
- Built-in demo models for testing
- 
Install uv (if not already installed): curl -LsSf https://astral.sh/uv/install.sh | sh
- 
Install dependencies: uv sync 
- 
Install AnyLogic Cloud client: uv add https://cloud.anylogic.com/files/api-8.5.0/clients/anylogiccloudclient-8.5.0-py3-none-any.whl 
- 
Run the server: uv run python fastmcp_anylogic_server_v2.py 
- Python 3.10+
- AnyLogic Cloud API access (demo key available for testing)
See CLAUDE.md for detailed development guidance.