Skip to content
VS Code

Regex-LE for VS Code

io.github.nolindnaidoo/regex-le

Extract regular expressions from code, each with a ReDoS safety verdict.

client:VS Code transport:stdio runtime:npm

Install Regex-LE in VS Code

.vscode/mcp.json

{
  "servers": {
    "regex-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "regex-le-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Regex-LE in other clients