← Index

io.github.ryudi84/regex-lab

io.github.ryudi84/regex-lab·v1.0.4·Developer Tools
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "regex-lab": {
      "command": "npx",
      "args": [
        "-y",
        "regex-lab-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "regex-lab": {
      "command": "npx",
      "args": [
        "-y",
        "regex-lab-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y regex-lab-mcp
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools