Skip to content
VS Code

ADCIRC Model Setup MCP Server for VS Code

io.github.mansurjisan/adcirc-mcp

ADCIRC model configuration debugging, parameter lookup, and validation

client:VS Code transport:stdio runtime:pypi

Install ADCIRC Model Setup MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "adcirc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adcirc-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ADCIRC Model Setup MCP Server in other clients