Skip to content
VS Code

au eli mcp for VS Code

io.github.matematicsolutions/au-eli-mcp

MCP server for Australia's Federal Register of Legislation: search and cite Commonwealth Acts.

client:VS Code transport:stdio runtime:pypi

Install au eli mcp in VS Code

.vscode/mcp.json

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

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

au eli mcp in other clients