Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Regulations.gov in other clients