Skip to content
VS Code

wgea mcp for VS Code

io.ausdata/wgea-mcp

Query the WGEA in plain English — employer pay gap, workforce composition, leave.

client:VS Code transport:stdio runtime:pypi

Install wgea mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "wgea-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wgea-mcp"
      ]
    }
  }
}

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

wgea mcp in other clients