PluginBench
MCP Server

Regex Safety Audit MCP Server

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

What is the Regex Safety Audit MCP server?

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

How to install Regex Safety Audit

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "regex-safety-audit-mcp": {
      "url": "https://regex-safety-audit-mcp.mcpize.run/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "regex-safety-audit-mcp": {
      "serverUrl": "https://regex-safety-audit-mcp.mcpize.run/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "regex-safety-audit-mcp": {
      "type": "http",
      "url": "https://regex-safety-audit-mcp.mcpize.run/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "regex-safety-audit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://regex-safety-audit-mcp.mcpize.run/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http regex-safety-audit-mcp https://regex-safety-audit-mcp.mcpize.run/mcp

Related MCP servers

Exact Claude API cost calc with real cache economics, plus a tiktoken-misuse scanner.

View repository →

Validates cron expressions and finds DST bugs that make jobs silently skip or double-fire.

View repository →

Audits MCP tool definitions for patterns that make models call tools wrong or mis-fill args.

View repository →