fzf-mcp
Verified Safeby snirt
Overview
A high-performance MCP server for fuzzy searching files, content, and Git operations within a codebase.
Installation
make runEnvironment Variables
- FZF_MCP_MATCHER
Security Notes
The server uses `exec.Command` to invoke external tools like `git` and `ripgrep`. Arguments are passed as separate strings, which generally mitigates shell injection risks. No `eval` or direct network listeners are present. The primary security consideration would be ensuring the integrity and security of the `git` and `ripgrep` executables themselves, and potential ReDoS vulnerabilities if the user-provided regex patterns are overly complex. No hardcoded secrets were identified.
Similar Servers
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.