MCP servers for the Radia CAE ecosystem. Standalone Cubit and build123d integration via Plan A (persistent Cubit GUI + PyQt5 QTimer + file-drop IPC, socket-free). Ships cubit_checkpoint/restore, cubit_mesh_diagnose, cubit_suggest_next, cubit_lookup, and build123d convenience tools. radia-mcp[radia] enables the radia-coupled servers.
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.8.0.tar.gz.
File metadata
- Download URL: radia_mcp-0.8.0.tar.gz
- Upload date:
- Size: 136.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca925a932394a000d7c00d2492acdbc5306e2c1bb99f49fffd6f56343c1696c
|
|
| MD5 |
5423b298c665543ab4e88a61cd5410f3
|
|
| BLAKE2b-256 |
9390299b9faa0c74109b1622929db76e9dfb1fb8ccc212183a8431895f0ca344
|
File details
Details for the file radia_mcp-0.8.0-py3-none-any.whl.
File metadata
- Download URL: radia_mcp-0.8.0-py3-none-any.whl
- Upload date:
- Size: 144.2 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 |
7d718836206f696e85b898dff3d246bf1288daa451d0fa1bedf61b919f156211
|
|
| MD5 |
b21be06bd44423f93226943b09470cc6
|
|
| BLAKE2b-256 |
8117f9ec61c11bab827672b1b6cd4f8469adc3ee6d7353c4289c1066da52157c
|