Developer Tools
Trust: 32/100 (Limited)io.github.ryudi84/regex-lab Guide
MCP server for regex testing, matching, replacing, and validation
by ryudi84
Quick Start
Install
npx regex-lab-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-regex-lab": {
"command": "npx",
"args": [
"regex-lab-mcp"
]
}
}
}