BeClaude

Agentic-MIKE-Plus

New
2GitHub TrendingGeneralby Zhonghao1995

Skills + MCP server for Claude Code, Codex, Hermes, or OpenClaw - headless MIKE+ automated modelling and analysis (inspect, edit, run, read, plot), no GUI.

First seen 6/21/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "agentic-mike-plus": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/agentic-mike-plus run model.mikeplus --scenario baseline

2

Edit the roughness coefficient in channel 5 to 0.035 and rerun the model.

3

Plot the water level timeseries at node 12 from the latest simulation.

View source on GitHub
mcpagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..