regex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| regex_testA | Test a regex pattern against input text. Returns all matches with positions and capture groups. |
| regex_explainB | Get a human-readable, token-by-token explanation of a regex pattern. |
| regex_validateB | Check if a regex pattern is syntactically valid and describe the flags used. |
| regex_replaceB | Find and replace text using a regex pattern. Supports capture group references ($1, $2, etc.) in the replacement string. |
| regex_debugA | Debug a regex pattern against input text. Shows match positions, visual markers, context, and hints when no match is found. |
| regex_generateA | Generate a regex pattern from a natural language description. Supports common patterns like email, URL, IP, phone, date, UUID, and more. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MuhammadAliShahzad/regex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server