file-finder-mcp
0
This project is a Model Context Protocol (MCP) server designed to search for files within a file system using path fragments and return results in JSON format. It integrates with VSCode through the Cline extension and supports case-insensitive searches starting from the current directory.
MCP Server for File Search
This is a Model Context Protocol (MCP) server written in Python, which integrates with Cline in VSCode. It searches for files in the file system by a path fragment and returns results in JSON format.
Requirements
- Python 3.9 or higher
- Python package
mcp
- VSCode with the Cline extension
Installation
- Clone the repository.
- Install the necessary Python package.
- Update the Cline configuration file to include the MCP server.
Running the Server
Run the server manually for testing or let Cline start it automatically.
Testing with Cline
- Open VSCode with the Cline extension activated.
- Use the Cline interface to issue test queries to the server.
Notes
- Searches are case-insensitive and start from the current working directory.
- The project is licensed under the MIT License.