instant-file-search-MCP-server

clayleopardlabs/instant-file-search-MCP-server
★ 0 stars Rust File System Updated today
MCP server using the Master File Table to allow millions of files to be searched instantly
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": {
    "instant-file-search-": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "instant-file-search-MCP-server"
      ]
    }
  }
}