MCP server Claude CodeCodexCursor +2
MCP server "regex-quality" as configured in XlogicX/ReDetox. Runs locally from the regex-quality Python package.
0 2mo ago A
tokens not measured
original MIT
An MCP server that helps a calling LLM produce regexes that are concise, **correct**, and **performant**. It supplies the formal ground truth the model lacks: it generates adversarial input, measures time-blowup (NFA backtracking) and memory-blowup (RE2 DFA), checks correctness, and returns a structured verdict the model iterates against.
MCP server Claude CodeCodexCursor +2
MCP server "regex-quality" as configured in XlogicX/ReDetox. Runs locally from the regex-quality Python package.