Skip to content
VS Code

UK Environment Agency Open Data for VS Code

io.github.robertalsop/environment-agency

UK Environment Agency data with cleaning - 10 tools for floods, water quality, permits, catchments.

client:VS Code transport:stdio runtime:pypi

Install UK Environment Agency Open Data in VS Code

.vscode/mcp.json

{
  "servers": {
    "environment-agency": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bartram-companies-house"
      ]
    }
  }
}

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

UK Environment Agency Open Data in other clients