su2-mcp

su2-mcp exposes SU2 session/config/run/results workflows through an MCP server surface while keeping default CI and examples deterministic.

Get Started Fast

If you are new to the project, this is the fastest path:

  1. Create a virtual environment and install the local toolchain.

  2. Run the test suite once.

  3. Start the MCP server over stdio.

python3 -m venv .venv
source .venv/bin/activate
make dev
make test
su2-mcp --transport stdio

For the fuller setup flow, go straight to Quickstart.