krep-mcp-server
If you are the rightful owner of krep-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Krep MCP Server is a high-performance string search utility with MCP integration, designed for the infinity-topos environment.
Krep MCP Server provides a unified interface to the krep binary, a high-performance string search utility similar to grep but with optimized algorithms and multi-threading capabilities. It exposes krep's functionality through the Model Context Protocol, allowing AI assistants to perform efficient pattern searching in files and strings.
Features
- High-Performance Search: Uses optimized algorithms (KMP, Boyer-Moore-Horspool, Rabin-Karp) selected based on pattern length.
- Hardware Acceleration: Leverages SIMD instructions (SSE4.2/AVX2 on x86/x64, NEON on ARM) when available.
- Optimized Multi-Threading: Automatically uses all available CPU cores for maximum parallel search performance.
- Unified Interface: Single function with multiple modes (file search, string search, count-only).
- MCP Integration: Seamless integration with AI assistants through the Model Context Protocol.