ras-commander-mcp

gpt-cmdr/ras-commander-mcp
★ 9 stars Python Code/Dev Tools Updated 2d ago
MCP Server to Access HEC-RAS Project Data via Claude Desktop, Claude Code and other LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ras-commander-mcp": {
      "command": "uvx",
      "args": [
        "ras-commander-mcp"
      ]
    }
  }
}

Or install with pip: pip install ras-commander-mcp

README Excerpt

<div align="center"> <img src="ras_commander_mcp_logo.svg" alt="RAS Commander MCP Logo" width="70%"> </div> The RAS Commander MCP (Model Context Protocol) server provides tools for querying HEC-RAS project information using the ras-commander library. This allows Claude Desktop to interact with HEC-RAS hydraulic modeling projects.