# simulation_by_simpy_mcp

Simulate M/M/1, M/M/c, and manufacturing (MPS) systems to forecast wait times, utilization, and makespan. Compare separate versus pooled queues and get parameter recommendations to meet service targe…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kiyoung8/simulation_by_simpy_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kiyoung8/simulation_by_simpy_mcp
```

---

Source: https://github.com/kiyoung8/Simulation_by_SimPy_MCP
