★ 0 stars
TypeScript
⚙️ DevOps
Updated 4d ago
MCP server for the Utah Division of Water Rights public API — allocations, zones, waterways, reservoirs. Stateless Cloudflare Worker.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"utah-water-rights-mc": {
"command": "npx",
"args": [
"-y",
"cwoodcox/utah-water-rights-mcp"
]
}
}
}
Run in terminal:
claude mcp add utah-water-rights-mc npx -y cwoodcox/utah-water-rights-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"utah-water-rights-mc": {
"command": "npx",
"args": [
"-y",
"cwoodcox/utah-water-rights-mcp"
]
}
}
}