Skip to content
VS Code

Basinwise for VS Code

io.github.maxbeech/basinwise

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

client:VS Code transport:streamable-http

Install Basinwise in VS Code

.vscode/mcp.json

{
  "servers": {
    "basinwise": {
      "type": "http",
      "url": "https://basinwise.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Basinwise in other clients