MCP servers for Radia CAE ecosystem (radia-ngsolve, ih, electromagnet, peec, cubit, gmsh)
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
radia_mcp-0.2.1.tar.gz
(2.0 kB
view details)
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.2.1.tar.gz.
File metadata
- Download URL: radia_mcp-0.2.1.tar.gz
- Upload date:
- Size: 2.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 |
480a27b844799c5cc0f2629efe890b69b2c26c1211bf514ead7afbd9a242bcb0
|
|
| MD5 |
cdafb142904306da3becf73cc232440e
|
|
| BLAKE2b-256 |
abacc8c178bbdfe4eb22d0cfe926e5e505e3ec6820035a3d951920904f889500
|
File details
Details for the file radia_mcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: radia_mcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.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 |
69032c9ed1f4ad191656465315ae3c2b73ef693190d30faed02bce5169ea913e
|
|
| MD5 |
755081248f665b135064a5c905603c10
|
|
| BLAKE2b-256 |
4534391d89ec73a13588951c2edac5727feb2f390561494598e6fadd71f9dd78
|