Back to Home
snirt icon

fzf-mcp

Verified Safe

by snirt

Overview

A high-performance MCP server for fuzzy searching files, content, and Git operations within a codebase.

Installation

Run Command
make run

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-19

Tags

Fuzzy searchMCP serverGoGit integrationRipgrep