Skip to content
VS Code

floodwise for VS Code

io.github.qinisolabs/floodwise

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

client:VS Code transport:stdio runtime:npm

Install floodwise in VS Code

.vscode/mcp.json

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

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

floodwise in other clients