RegexForge
Rank #26,422io.github.walkojas-boop/regexforge
Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit.
RegexForge is a Model Context Protocol (MCP) server published by walkojas-boop. It ranks #26,422 of 115,460 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 89,038 of 115,460 servers on MCP Toplist.
Use RegexForge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http regexforge https://regexforge.jason-12c.workers.dev/mcp[mcp_servers.regexforge]
url = "https://regexforge.jason-12c.workers.dev/mcp"Add to ~/.codex/config.toml.
https://regexforge.jason-12c.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"regexforge": {
"url": "https://regexforge.jason-12c.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"regexforge": {
"type": "http",
"url": "https://regexforge.jason-12c.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"regexforge": {
"serverUrl": "https://regexforge.jason-12c.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"regexforge": {
"url": "https://regexforge.jason-12c.workers.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.walkojas-boop%2Fregexforge)<a href="https://mcptoplist.com/server/io.github.walkojas-boop%2Fregexforge"><img src="https://mcptoplist.com/badge/io.github.walkojas-boop%2Fregexforge.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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
- Who maintains RegexForge?
- RegexForge is maintained by walkojas-boop, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is RegexForge listed on the Official MCP Registry?
- 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.