Skip to content
Grok

Federal Regulations for Grok

io.github.stark256-spec/regulations-mcp

Search the Federal Register, read & diff CFR sections, query Regulations.gov. Any LLM supported.

client:Grok transport:stdio runtime:pypi

Install Federal Regulations 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-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regulations-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

Federal Regulations in other clients