loading…
Search for a command to run...
loading…
Regex AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Regex AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Regex AI MCP Server — Regular expression helper tools.
| Tool | Description |
|---|---|
build_regex |
Build common regex patterns. Types: email, url, phone, ipv4, date_iso, hex_color |
test_regex |
Test a regex pattern against a string. Flags: i(gnorecase), m(ultiline), s(dotal |
explain_regex |
Explain a regex pattern in plain English. |
extract_matches |
Extract all matches of a pattern from text. group=0 for full match, 1+ for captu |
pip install meok-regex-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"regex-ai": {
"command": "python",
"args": ["-m", "meok_regex_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"regex-ai-mcp": {
"command": "npx",
"args": []
}
}
}