regexguard-mcp-server

wedo911/regexguard-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
MCP server exposing regex explanation and ReDoS (catastrophic backtracking) risk analysis as tools any AI agent can call before shipping a regex. Local-only, no API key.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "regexguard-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "wedo911/regexguard-mcp-server"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives any AI agent a way to sanity-check a regex it just generated -- both what it actually matches and whether it's safe to run against untrusted input -- before shipping it. Fully local: no API key, no network call, no dependency beyond the MCP SDK and Zod.

Tools (1)

explain_regex