better-finder-mcp

GitHamza0206/better-finder-mcp

3.3

If you are the rightful owner of better-finder-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Better Finder MCP is a tool designed for intelligent file discovery using a Git-like workflow, integrating semantic search and Claude MCP for enhanced file management.

Better Finder MCP revolutionizes the way users search and manage files by combining semantic search capabilities with a familiar Git-style workflow. It allows users to index documents, perform natural language searches, and seamlessly integrate with Claude Desktop. The tool supports a wide range of file types, including documents, spreadsheets, presentations, and data files. With its hybrid search functionality, Better Finder MCP provides comprehensive results by combining semantic search, keyword matching, and fuzzy filename search. The tool also supports .betterfinderignore patterns to exclude sensitive files from indexing. Additionally, it offers a staging system similar to Git, giving users precise control over what gets indexed. The integration with Claude MCP allows users to start a server and use Better Finder directly within Claude Desktop, enhancing productivity and file management efficiency.

Features

  • Hybrid Search: Combines semantic search, keyword matching, and fuzzy filename search for comprehensive results.
  • Git-like Workflow: Familiar staging process gives you precise control over what gets indexed.
  • .betterfinderignore Support: Use ignore patterns to exclude sensitive files from indexing.
  • Claude MCP Integration: Start the MCP server to use Better Finder directly within Claude Desktop.
  • Supported File Types: Handles a wide range of file types including documents, spreadsheets, presentations, and data files.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "better-finder": {
      "command": "better-finder",
      "args": ["server"]
    }
  }
}