MCP server for regex operations: test patterns, explain in plain English, build from natural language, find-and-replace, and extract with named capture groups. 5 tools on Cloudflare Workers.
Server Config
{
"mcpServers": {
"regex-engine": {
"url": "https://regex-engine-mcp.yagami8095.workers.dev/mcp"
}
}
}