mcp-server

mcp-server

1

This project provides a basic Model Context Protocol (MCP) server written in Python that enables file searching within a file system. It's designed for integration with VSCode using the Cline extension for ease of use.

MCP File Search Server

A simple MCP server written in Python designed to search for files in a file system based on a path segment and return the results in JSON format.

Installation

  • Clone the repository or download the script.
  • Ensure Python 3.x is installed on your system.

Running the Server

  • Open a terminal and navigate to the directory containing the server script.
  • Start the server using a command in the terminal.

Description

This section provides a step-by-step guide to set up VSCode with Cline extension to work with the MCP server. It includes the installation of VSCode, installing the Cline extension, and configuring the Cline settings to connect with the MCP server. Lastly, it covers running sample requests and checking the server responses.