# dmtrKovalenko/fff | Model Context Protocol (MCP) Server > The fastest and the most accurate file search SDK for AI agents, Neovim, Rust, C, Python, Bun and NodeJS - **Stars**: ⭐ 9,918 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fff": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fff" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fff": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fff" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fff` - **Docker**: `docker run -i --rm mcp/fff`