Skip to content
Cursor

floodwise for Cursor

io.github.qinisolabs/floodwise

England flood-risk by postcode for AI agents — verified Environment Agency data, not guesses.

client:Cursor transport:stdio runtime:npm

Install floodwise in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "floodwise": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "floodwise"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

floodwise in other clients