Skip to content
Grok

us regulations mcp for Grok

io.github.ansvar-systems/us-regulations-mcp

US compliance: HIPAA, CCPA, SOX, GLBA, FERPA, COPPA, FDA, EPA, FFIEC, NYDFS + 4 state privacy laws

client:Grok transport:stdio runtime:npm

Install us regulations mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "us-regulations-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ansvar/us-regulations-mcp"
      ]
    }
  }
}

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

us regulations mcp in other clients