Sponsored by Deepsite.site, Most Affordable AI Code Agent Powered by DeepSeek.
MCP server for regex operations: test patterns, explain in plain English, build from natural language, find-and-replace, and extract with named capture groups. 5 tools on Cloudflare Workers.
This project exposes the powerful Chepy data transformation library as an MCP server. It allows you to access Chepy's tools (like encoding, decoding, and data manipulation) via a single flexible API: the bake pipeline tool, inspired by CyberChef.
This project exposes the powerful Chepy data transformation library as an MCP (Model Context Protocol) server. It allows you to access Chepy's tools (like encoding, decoding, and data manipulation) via a single flexible API: the bake pipeline tool, inspired by CyberChef.
A Model Context Protocol (MCP) server for searching file content with regex across various file types
A mcp server to provide better content search than Cline's builtin `search_files` tools. Features: - [x] control the filter by `.reposearchignore` file, and use gitignore format. - [x] support regex for searching - output format control: - [x] whether include content in result - [ ] include surrounding lines - [x] tokens boom prevention Notes: - Currently you need to tell Cline to stop using `search_files` in the system prompt.