Skip to content
Grok

Regulations.gov for Grok

io.github.1102tools/regulations-gov-mcp

Regulations.gov rulemaking dockets, documents, public comments. 8 tools.

client:Grok transport:stdio runtime:pypi

Install Regulations.gov in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "regulations-gov-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regulationsgov-mcp"
      ],
      "env": {
        "REGULATIONS_GOV_API_KEY": "<REGULATIONS_GOV_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Regulations.gov in other clients