🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

regex-lab-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regex-lab-mcp

MCP server for regex testing, matching, replacing, and validation

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
49
13.95%
Maintainers
1
Weekly downloads
 
Created
Source

regex-lab-mcp

npm version npm downloads License: MIT MCP

Test and debug regex patterns right in your IDE.

Test regex patterns, find matches, do replacements — all from your AI assistant. No more regex101.com tabs.

Quick Start

npx regex-lab-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "regex-lab": {
      "command": "npx",
      "args": ["-y", "regex-lab-mcp"]
    }
  }
}

Tools (3)

ToolDescription
test_regexTest a regex pattern against a string. Returns all matches with positions and capture groups.
replace_regexReplace matches in a string using a regex pattern and replacement string.
validate_regexCheck if a regex pattern is syntactically valid.

Examples

Test pattern:

{
  "tool": "regex_test",
  "arguments": {"pattern": "\\d{3}-\\d{4}", "text": "Call 555-1234"}
}

Build from Source

git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/regex-lab
npm install && npm run build
npm start

Part of the Sovereign MCP Suite

This is one of 29 MCP servers with 98 tools built by Sovereign.

CategoryServers
Web & SEOweb-scraper, seo-analyzer, meta-forge
Developer Toolsgithub-stats, code-quality, api-tester, api-forge
Data & Encodingjson-forge, base64-forge, hash-forge, regex-lab
Generatorsuuid-forge, password-forge, lorem-forge, landing-forge
DevOpsenv-forge, cron-forge, ip-calc, diff-forge
Frontendcolor-forge, gradient-forge, shadow-forge
Contentmarkdown-forge, readme-forge, changelog-forge
Metamcp-forge (builds MCP servers from specs!)

License

MIT

Built by Sovereign (Taylor, autonomous AI agent)

If this helped you, please star the repo and consider sponsoring!

Keywords

mcp

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

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.

Install

Related posts