MCP servers for the Radia CAE ecosystem. 0.14.0 adds: mcp-server-gmsh-post (MSH v4.1 inspect/validate/convert/write_node_data — lab-wide v4.1 standardization, .vol via radia_export netgen for HO curved); cubit_exec_safely (auto-checkpoint + batch dry-run gate + live apply, silent-error detection via get_error_count). 0.13.0 base: CadQuery interop. 0.12.0: multi-source example unions.
Project description
radia-mcp
MCP (Model Context Protocol) servers for the Radia CAE ecosystem.
Install
pip install radia-mcp
Servers
| Server | Command | Purpose |
|---|---|---|
| Radia | mcp-server-radia |
Radia MMM/MSC/PEEC usage, linting |
| NGSolve | mcp-server-ngsolve |
NGSolve FEM/BEM usage, linting |
| Cubit | mcp-server-cubit |
Coreform Cubit meshing, linting |
| GMSH | mcp-server-gmsh |
GMSH post-processing, linting |
Claude Code Configuration
Add to your Claude Code MCP settings:
{
"mcpServers": {
"radia": {"command": "mcp-server-radia"},
"ngsolve": {"command": "mcp-server-ngsolve"},
"cubit": {"command": "mcp-server-cubit"},
"gmsh": {"command": "mcp-server-gmsh"}
}
}
For local development (no pip install needed):
{
"mcpServers": {
"radia": {"command": "python", "args": ["src/radia/mcp_server/radia/server.py"]}
}
}
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 radia_mcp-0.14.1.tar.gz.
File metadata
- Download URL: radia_mcp-0.14.1.tar.gz
- Upload date:
- Size: 174.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd2de923ff39c434817e5062f91a2174dade7a03e779d493122ad0528b64b81
|
|
| MD5 |
2939067328511d32423e65a93bad0bed
|
|
| BLAKE2b-256 |
5f8036a5dfa7f08b495e0b6e06badfca9f486e275eb7525f95490e82f758971f
|
File details
Details for the file radia_mcp-0.14.1-py3-none-any.whl.
File metadata
- Download URL: radia_mcp-0.14.1-py3-none-any.whl
- Upload date:
- Size: 185.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf42c93a3f904f22c85b45469624c9157cd8585e4a7a084b09fe067af88949de
|
|
| MD5 |
703dbbca5ddfdc9832f796cff4adfc2f
|
|
| BLAKE2b-256 |
25afd61a98cad8886232f9e0de1ca34510db81a1439746a62156d4333c5f348e
|