DualSPHysics MCP for Cursor
io.github.vegetableno1/dualsphysics
Agent toolchain for the DualSPHysics SPH solver: case prep, simulation runs, post-processing.
client:Cursor
transport:stdio
runtime:pypi
Install DualSPHysics MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dualsphysics": {
"type": "stdio",
"command": "uvx",
"args": [
"dualsphysics-mcp"
],
"env": {
"DSPH_GENCASE": "<DSPH_GENCASE>",
"DSPH_SOLVER": "<DSPH_SOLVER>",
"DSPH_PARTVTK": "<DSPH_PARTVTK>",
"DSPH_MEASURETOOL": "<DSPH_MEASURETOOL>",
"DSPH_JOBS_DIR": "<DSPH_JOBS_DIR>",
"DSPH_OMP_THREADS": "<DSPH_OMP_THREADS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs