File Finder MCP ServerServer

sergey-fintech
GitHub
file searchdevelopmentautomation

Loading subscription status...

💡 Description

This MCP server provides file search functionality, allowing users to search for files containing a specific text fragment in their names. It offers various options for starting the server and allows integration with other tools such as VS Code.

📝 JSON Entries

{
  "mcpServers": [
    {
      "file-finder-mcp": {
        "args": [
          "<FULL_PATH_TO_PROJECT>/build/index.js"
        ],
        "command": "node"
      }
    },
    {
      "file-finder-mcp-http": {
        "args": [
          "<FULL_PATH_TO_PROJECT>/build/index-http.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

search_files

Features

  • Search files by name fragment through JSON-RPC or HTTP REST API
  • Integrates with VS Code for enhanced developer workflow

💬 Example Queries

  • Search for all files that contain '.py' in their names
  • List all JSON files in the project directory