dmtrKovalenko/fff
原文摘要
The fastest and the most accurate file search toolkit for AI agents, Neovim, Rust, C, and NodeJS A file search toolkit for humans and AI agents. Really fast. Typo-resistant path and content search, frecency-ranked file access, a background watcher, and a lightweight in-memory content index. Way faster than CLIs like ripgrep and fzf in any long-running process that searches more than once. Originally started as Neovim plugin people loved, but it turned out that plenty of AI harnesses and code editors need the same thing: accurate, fast file search as a library. That is what fff is. Pick what you are interested in: MCP server Works with Claude Code, Codex, OpenCode, Cursor, Cline, and any MCP-capable client. Fewer grep roundtrips, less wasted context, faster answers. One-line install Linux / macOS: curl -L https://dmtrkovalenko.dev/install-fff-mcp.sh | bash Windows (PowerShell): irm https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.ps1 | iex The scripts live at install-mcp.sh and install-mcp.ps1 if you want to read them first. It prints the exact wiring instructions for your client. Once the server is connected, ask the agent to "use fff" and it picks up the f…