Agentic-MIKE-Plus
NewSkills + MCP server for Claude Code, Codex, Hermes, or OpenClaw - headless MIKE+ automated modelling and analysis (inspect, edit, run, read, plot), no GUI.
Summary
Agentic-MIKE-Plus provides a headless MCP server for automated modelling and analysis with MIKE+, enabling developers to inspect, edit, run, read, and plot models without a GUI.
- It integrates seamlessly with Claude Code, Codex, Hermes, or OpenClaw to streamline simulation workflows and data analysis.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "agentic-mike-plus": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/agentic-mike-plus run model.mikeplus --scenario baseline
Edit the roughness coefficient in channel 5 to 0.035 and rerun the model.
Plot the water level timeseries at node 12 from the latest simulation.
Security Audits
Frequently Asked Questions
What is Agentic-MIKE-Plus?
Agentic-MIKE-Plus provides a headless MCP server for automated modelling and analysis with MIKE+, enabling developers to inspect, edit, run, read, and plot models without a GUI. It integrates seamlessly with Claude Code, Codex, Hermes, or OpenClaw to streamline simulation workflows and data analysis.
How to install Agentic-MIKE-Plus?
To install Agentic-MIKE-Plus: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "agentic-mike-plus": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is Agentic-MIKE-Plus best for?
Agentic-MIKE-Plus is a mcp categorized under General. It is designed for: mcp, agent. Created by Zhonghao1995.
What can I use Agentic-MIKE-Plus for?
Agentic-MIKE-Plus is useful for: Automate batch model runs for sensitivity analysis without manual GUI interaction.; Extract and plot simulation results directly in Claude Code for rapid data exploration.; Edit model parameters programmatically to test multiple scenarios in a single session.; Inspect model structure and dependencies to debug or document complex models.; Integrate MIKE+ modelling into CI/CD pipelines for automated testing and validation.; Read and export model outputs to other tools for further analysis or reporting..