Skip to content
Zed

Basinwise for Zed

io.github.maxbeech/basinwise

Determines which NPDES stormwater permit governs a US site and its requirements, cited to source.

client:Zed transport:streamable-http

Install Basinwise in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "basinwise": {
      "url": "https://basinwise.vercel.app/api/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Basinwise in other clients