Skip to content
Cline

regex lab for Cline

io.github.ryudi84/regex-lab

MCP server for regex testing, matching, replacing, and validation

client:Cline transport:stdio runtime:npm

Install regex lab in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "regex-lab": {
      "command": "npx",
      "args": [
        "-y",
        "regex-lab-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

regex lab in other clients