Back to Home
pikachusensei icon

mcp-server

Verified Safe

by pikachusensei

Overview

Provides a set of regular expression utility tools for validation, replacement, and matching, designed to be exposed as an external tool for AI agents via the Model Context Protocol.

Installation

Run Command
npx ts-node src/index.ts

Security Notes

The server directly utilizes user-provided regex patterns and flags for operations like validation, replacement, and matching. This design pattern inherently carries a risk of Regular Expression Denial of Service (ReDoS) if a malicious or overly complex regex is submitted by an untrusted source. Such an attack could consume excessive CPU resources and lead to service unavailability. The provided code does not show explicit safeguards like execution timeouts or resource limits for these regex operations.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2026-01-19

Tags

RegexUtilityDeveloper ToolModel Context ProtocolAgent Tool