RegexForge
Rank #21924glama/walkojas-boop/regexforge
RegexForge gives AI agents a reliable way to get a regex without asking an LLM to hallucinate one. Pass in labeled examples (strings that should match, strings that shouldn't) plus an optional description; get back the regex, a proof matrix showing it handles every example, and a backtracking-risk audit flagging catastrophic-backtracking patterns. Pure symbolic synthesis over a template bank with
RegexForge is a Model Context Protocol (MCP) server published by walkojas-boop. It ranks #21924 of 58,900 servers tracked on MCP Toplist. RegexForge is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 36,976 of 58,900 servers on MCP Toplist.
Use RegexForge
Add RegexForge to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"regexforge": {
"url": "https://regexforge.jason-12c.workers.dev/mcp"
}
}
}Listed on 1 registry (1 delisted)
walkojas-boop
Other servers by walkojas-boop
View all walkojas-boop servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 19, 2026 |
Frequently asked questions
- What is RegexForge?
- RegexForge gives AI agents a reliable way to get a regex without asking an LLM to hallucinate one. Pass in labeled examples (strings that should match, strings that shouldn't) plus an optional description; get back the regex, a proof matrix showing it handles every example, and a backtracking-risk audit flagging catastrophic-backtracking patterns. Pure symbolic synthesis over a template bank with
- Who maintains RegexForge?
- RegexForge is maintained by walkojas-boop, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is RegexForge an official MCP server?
- Yes — RegexForge is listed on the Official MCP Registry, alongside Glama.
- How many versions does RegexForge have?
- MCP Toplist tracks 1 version of RegexForge, most recently published on Apr 19, 2026.
- Where can I find the source code for RegexForge?
- The source code for RegexForge is hosted at github.com/walkojas-boop/regexforge.