mcp-file-finder

mcp-file-finder

0

MCP File Finder is a server application enabling file searches based on path fragments. It is straightforward to install and run locally, leveraging Python 3.8+ for operation.

MCP File Finder

Overview

This is an MCP server designed for file searching by path fragment.

Installation

  • Ensure Python 3.8+ is installed
  • Clone the repository
  • Install dependencies

Usage

  • Run the server, which will be available at http://127.0.0.1:5000
  • Example query to find all files containing "test" in their name.

Features

  • File searching by path.
  • Server runs locally on a specified address.