homebrew-fff

dmtrKovalenko/homebrew-fff
★ 1 stars Ruby Browser/Web Updated today
Homebrew tap for fff-mcp (Fast File Finder MCP server)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-fff": {
      "command": "npx",
      "args": [
        "-y",
        "dmtrKovalenko/homebrew-fff"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [`fff-mcp`](https://github.com/dmtrKovalenko/fff.nvim) — the Fast File Finder MCP server. ```bash brew tap dmtrKovalenko/fff brew install dmtrKovalenko/fff/fff-mcp ``` The formula here is auto-synced hourly from [`fff.nvim`](https://github.com/dmtrKovalenko/fff.nvim) by [`.github/workflows/sync-formula.yml`](./.github/workflows/sync-formula.yml). Do not edit it by hand.