MCP server for Kratos Multiphysics: scaffold, run and post-process finite element simulations
Project description
Kratos MCP Server
An MCP server that lets AI assistants drive Kratos Multiphysics finite element simulations end to end:
- Introspect the installation: applications, elements, conditions, constitutive laws, variables, solvers and processes and their default parameters (process defaults are parsed from the Kratos source, no build needed).
- Scaffold simulation cases from templates: structural (static/dynamic/modal), thermal (transient/stationary), fluid (monolithic or fractional-step incompressible) and potential flow — plus multi-stage orchestrated cases that chain analyses. Curated material and linear-solver presets included. ProjectParameters.json, Materials.json and structured MDPA meshes with named boundary regions.
- Run simulations (single- or multi-stage) as managed background jobs (status, live logs, progress, cancel) that survive server restarts.
- Post-process VTK results: summaries, point probes, convergence analysis.
- Preview results without ParaView: PNG screenshots and GIF animations
(deformed shapes, field contours) rendered with pyvista and shown inline
in the conversation — optional
vizextra. - Interoperate: explain an existing ProjectParameters.json, and convert cases to/from the Kratos FlowGraph visual node editor (lossless round-trip).
40 tools, 15 resources (10 worked examples) and 5 guided prompts. See the full documentation in
docs/ (VitePress).
Quick start
A local Kratos build is not required — the server can pip-install Kratos itself on first use.
Once published to PyPI, no clone needed — uvx fetches and runs it:
claude mcp add kratos -- uvx kratos-mcp-server
From a local checkout (current state, before the first PyPI release):
git clone https://github.com/loumalouomega/Kratos-MCP-Server
cd Kratos-MCP-Server
uv sync
claude mcp add kratos -- uv --directory "$PWD" run kratos-mcp
Then ask your assistant something like:
Check the Kratos installation — install it if it's missing — then set up a cantilever plate 1 m × 0.2 m fixed on the left with a 1 MN/m downward load on the right edge, run it, and report the tip deflection.
The assistant calls kratos_install the first time and reuses it afterwards.
If you already have a compiled Kratos checkout, skip that and point
KRATOS_ROOT at it instead (-e KRATOS_ROOT=/path/to/Kratos on the claude mcp add line) — see Installation.
Notebooks
Five notebooks drive the server interactively as an MCP client — no AI
assistant involved — each touching most of the relevant tools, resources
and prompts in one sitting. Run any with uv sync --extra viz --group dev (adds ipykernel + pyvista) and open it in Jupyter/VS Code against
that .venv.
notebooks/cantilever.ipynb: the structural cantilever case — installation introspection, mesh generation, scaffolding, a background job you poll while it runs, VTK post-processing, a rendered PNG and an animated GIF, and cancelling a job in flight.notebooks/naca_airfoil.ipynb: a NACA0012 airfoil in incompressible laminar flow — reuses a real ~21k-node airfoil mesh from Kratos's own examples repo (simplified physics; see the notebook/tutorial for what and why), computes lift/drag by summingREACTIONover the airfoil surface, and renders/animates the pressure field cropped to the airfoil with the newercrop_boundsoption.notebooks/fluid_cavity.ipynb: the lid-driven cavity CFD benchmark — introspect the fluid solver, run the shipped example, probe the velocity field, and render an inline PNG and GIF of the recirculating vortex.notebooks/materials.ipynb: the materials surface — material & linear-solver presets, process-defaults introspection, and a single-element von Mises plasticity run showing the elastic→plastic transition.notebooks/multistage.ipynb: multi-stage orchestration —create_multistage_projectchaining two load steps,explain_project_parameters, and a lossless round-trip to/from a Kratos FlowGraph node graph.
Requirements
- Python ≥ 3.10, uv
- Kratos Multiphysics, either pip-installed via
kratos_install(Linux/Windows x86_64 only — no macOS wheels) or a compiled build (tested with 10.4, StructuralMechanics / ConvectionDiffusion / FluidDynamics / LinearSolvers applications) - Optional, for
results_render/results_animate: thevizextra (uv sync --extra vizorpip install 'kratos-mcp-server[viz]') and a working OpenGL context (on headless machines: Xvfb or OSMesa VTK wheels — see docs/tools/visualization.md)
Architecture in one paragraph
Kratos is never imported in the server process — it prints a banner on import
(which would corrupt the stdio JSON-RPC stream) and can abort the process on
solver errors. Short operations run in a worker subprocess that returns
JSON through a result file; simulations run detached with per-job
directories under ~/.kratos-mcp/jobs/. See
docs/guide/architecture.md.
Development
uv run pytest -m "not kratos" # unit tests (no Kratos needed)
uv run pytest -m kratos # integration tests against the real build
npm install && npm run docs:dev # documentation site
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kratos_mcp_server-0.3.0.tar.gz.
File metadata
- Download URL: kratos_mcp_server-0.3.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f3b1d050bfefac0101e3e864e831421086945f0cee36e0f75a9fb2281ba8ca0
|
|
| MD5 |
e9d7ad85af8c97d9d381596741e32a3f
|
|
| BLAKE2b-256 |
88716a0dc15248cc2d74a1f25510e6fab174f27d928505f081f911620d497c3e
|
Provenance
The following attestation bundles were made for kratos_mcp_server-0.3.0.tar.gz:
Publisher:
release.yml on loumalouomega/Kratos-MCP-Server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kratos_mcp_server-0.3.0.tar.gz -
Subject digest:
7f3b1d050bfefac0101e3e864e831421086945f0cee36e0f75a9fb2281ba8ca0 - Sigstore transparency entry: 2169059287
- Sigstore integration time:
-
Permalink:
loumalouomega/Kratos-MCP-Server@7ac3396bdfbdc92df3d2f711d6dbc06b5705e556 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/loumalouomega
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7ac3396bdfbdc92df3d2f711d6dbc06b5705e556 -
Trigger Event:
push
-
Statement type:
File details
Details for the file kratos_mcp_server-0.3.0-py3-none-any.whl.
File metadata
- Download URL: kratos_mcp_server-0.3.0-py3-none-any.whl
- Upload date:
- Size: 977.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67a012dfa009c46e9f78114593c85d6393b618caf4c5eff250e9cad05ec87407
|
|
| MD5 |
119d8e085bd2ecc37c4e0f6216d999c2
|
|
| BLAKE2b-256 |
cf242b4f79fcdaa01dd58f3309d47115182d0b121966b332e23242ffb3e4152d
|
Provenance
The following attestation bundles were made for kratos_mcp_server-0.3.0-py3-none-any.whl:
Publisher:
release.yml on loumalouomega/Kratos-MCP-Server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kratos_mcp_server-0.3.0-py3-none-any.whl -
Subject digest:
67a012dfa009c46e9f78114593c85d6393b618caf4c5eff250e9cad05ec87407 - Sigstore transparency entry: 2169059361
- Sigstore integration time:
-
Permalink:
loumalouomega/Kratos-MCP-Server@7ac3396bdfbdc92df3d2f711d6dbc06b5705e556 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/loumalouomega
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@7ac3396bdfbdc92df3d2f711d6dbc06b5705e556 -
Trigger Event:
push
-
Statement type: