Skip to content

Regex Safety Audit for Grok

io.github.tylerscomic-lab/regex-safety-audit-mcp

Detects catastrophic-backtracking (ReDoS) regex risk via AST parsing, with JS-safe rewrites.

client:Grok transport:streamable-http

Install Regex Safety Audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "regex-safety-audit-mcp": {
      "type": "http",
      "url": "https://regex-safety-audit-mcp.mcpize.run/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

Regex Safety Audit in other clients