Skip to content
Cline

DualSPHysics MCP for Cline

io.github.vegetableno1/dualsphysics

Agent toolchain for the DualSPHysics SPH solver: case creation, runs, post-processing, validation.

client:Cline transport:stdio runtime:pypi

Install DualSPHysics MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dualsphysics": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

DualSPHysics MCP in other clients