Regulations.gov for Zed
io.github.1102tools/regulations-gov-mcp
Regulations.gov rulemaking dockets, documents, public comments. 8 tools.
client:Zed
transport:stdio
runtime:pypi
Install Regulations.gov in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"regulations-gov-mcp": {
"command": "uvx",
"args": [
"regulationsgov-mcp"
],
"env": {
"REGULATIONS_GOV_API_KEY": "<REGULATIONS_GOV_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs