australian law mcp for Zed
io.github.changkeunj/australian-law-mcp
Read Australian Commonwealth law as it stood on any date, and verify citations against the register
client:Zed
transport:stdio
runtime:npm
Install australian law mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"australian-law-mcp": {
"command": "npx",
"args": [
"-y",
"australian-law-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs