io.github.walkojas-boop/regexforge
Official1 toolRegexForge
Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit.
Generate regex patterns from labeled examples deterministically without using LLMs.
Captured live from the server via tools/list.
regexforge_synth
Synthesize a battle-tested regex from labeled examples. Input: optional natural-language description + 20 examples (10 positive, 10 negative, or any mix of ≥4). Output: regex + flags + test matrix proving every example is handled correctly + backtracking-risk analysis. Deterministic; no LLM at serve time.
Parameters (2)
- descriptionstring
Optional natural-language description, used only for tie-breaking.
- examplesarrayrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"regexforge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://regexforge.jason-12c.workers.dev/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.