
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mukundakatta/regex-test-mcp
Advanced tools
MCP server for trustworthy regex testing. Returns real match offsets, group dicts, and full vs partial matches.
MCP server for trustworthy regex testing. Three tools: test_regex, find_all, replace. All use the actual JS regex engine, so you get exact semantics for lookahead, anchors, named groups, and Unicode escapes.
LLMs reliably hallucinate regex behavior. Common ways they're wrong:
. excludes newlines without the s flagreplace results that miss edge cases ($& semantics, named-group syntax)Routing the actual test through this MCP server avoids all of those.
| Tool | Returns |
|---|---|
test_regex(pattern, text, flags?) | {matched, match, start, end, groups, named_groups} for the first match |
find_all(pattern, text, flags?) | All non-overlapping matches (always behaves as g); zero-width safe |
replace(pattern, text, replacement, flags?) | New string + replaced boolean; supports $1, $<name>, $& |
{
"mcpServers": {
"regex-test": { "command": "npx", "args": ["-y", "@mukundakatta/regex-test-mcp"] }
}
}
Same shape for Cursor / Cline / Windsurf / Zed.
MIT OR Apache-2.0.
FAQs
MCP server for trustworthy regex testing. Returns real match offsets, group dicts, and full vs partial matches.
We found that @mukundakatta/regex-test-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.