Odel
ADCIRC Model Setup MCP Server

ADCIRC Model Setup MCP Server

Local
@mansurjisan6PythonMITUpdated 1mo ago

ADCIRC model configuration debugging, parameter lookup, and validation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIadcirc-mcpv0.1.1

Run

uvx adcirc-mcp

MCP client config

{
  "mcpServers": {
    "adcirc-model-setup-mcp-server": {
      "command": "uvx",
      "args": [
        "adcirc-mcp"
      ]
    }
  }
}