wgea mcp for Cursor
io.ausdata/wgea-mcp
Query the WGEA in plain English — employer pay gap, workforce composition, leave.
client:Cursor
transport:stdio
runtime:pypi
Install wgea mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wgea-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wgea-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs