Ripgrep
Provides high-performance text search capabilities by wrapping ripgrep, enabling powerful file exploration, pattern matching, and content discovery across local filesystems.
22 stars
0 tools
Created Aug 2025
@mcollina/mcollina-ripgrepAbout
Provides high-performance text search capabilities by wrapping ripgrep, enabling powerful file exploration, pattern matching, and content discovery across local filesystems.
Categories
general
Installation
npm
npm install @mcollina/mcollina-ripgrep
Configuration
{
"mcpServers": {
"mcollina-ripgrep": {
"command": "npx",
"args": [
"-y",
"@mcollina/mcollina-ripgrep"
]
}
}
}