Skip to content
VS Code

regex lab mcp for VS Code

io.github.ryudi84/regex-lab-mcp

Test, explain, and generate regular expressions

client:VS Code transport:stdio runtime:npm

Install regex lab mcp in VS Code

.vscode/mcp.json

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

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

regex lab mcp in other clients