Federal Regulations for Zed
io.github.stark256-spec/regulations-mcp
Search the Federal Register, read & diff CFR sections, query Regulations.gov. Any LLM supported.
client:Zed
transport:stdio
runtime:pypi
Install Federal Regulations in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"regulations-mcp": {
"command": "uvx",
"args": [
"regulations-mcp"
],
"env": {
"REGULATIONS_GOV_API_KEY": "<REGULATIONS_GOV_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs