Basinwise for Cursor
io.github.maxbeech/basinwise
Determines which NPDES stormwater permit governs a US site and its requirements, cited to source.
client:Cursor
transport:streamable-http
Install Basinwise in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"basinwise": {
"url": "https://basinwise.vercel.app/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs