MCP File Finder
@cavil2015
MCP File Finder について
MCP server on Python
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP File Finder?
MCP File Finder is an MCP (Model Context Protocol) server that enables searching for files on the filesystem by matching a fragment of the file path. It is intended for developers or any users who need a simple, local HTTP API to locate files on a machine.
How to use MCP File Finder?
Install Python 3.8 or later, clone the repository, install dependencies with pip install -r requirements.txt, then run the server with python mcp_server.py. The server starts on http://127.0.0.1:5000. Send GET requests to the /find endpoint with query (file path fragment) and dir (starting directory) parameters.
Key features of MCP File Finder
- Searches files by any fragment of the file path.
- Returns results as JSON with name, full path, size, and creation date.
- Simple HTTP API: one endpoint (
/find) with two parameters. - Lightweight – runs locally with no external services required.
- Open-source and easy to modify.
Use cases of MCP File Finder
- Quickly locate a file on your development machine using only a partial path.
- Automate file discovery in scripts or other tools that consume JSON.
- Integrate file search capabilities into an MCP‑compatible client or agent.
FAQ from MCP File Finder
Does MCP File Finder require any external databases or services?
No, it is a self‑contained Python server that scans the local filesystem on each request.
What Python version is needed?
Python 3.8 or higher is required.
Where does the server listen by default?
It binds to http://127.0.0.1:5000.
What transport protocol does it use?
The server uses plain HTTP. No authentication mechanisms are mentioned.
Are there any known limits on file system depth or number of results?
The README does not specify limits; the server will search recursively from the given dir path.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント