EPANET MCP Server for Zed
io.github.applied-artificial-intelligence-eurecat/epanet-mcp-server
MCP server for EPANET water-distribution network simulation and scenario analysis.
client:Zed
transport:stdio
runtime:pypi
Install EPANET MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"epanet-mcp-server": {
"command": "uvx",
"args": [
"epanet-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs