MCP Server для поиска файлов на диске
@Fekdaz
About MCP Server для поиска файлов на диске
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server для поиска файлов на диске?
MCP Server для поиска файлов на диске is a command-line tool that searches for files on disk by a path fragment and filename, returning matching file information as a JSON array.
How to use MCP Server для поиска файлов на диске?
Run the server from a terminal: python mcp_server.py <FragmentPath> <FileName>. The output is a JSON list of files that match both the path fragment and the specified filename.
Key features of MCP Server для поиска файлов на диске
- Search files by partial path and exact filename.
- Returns JSON with filename, full path, size, and creation date.
- Invoked as a simple command-line Python script.
- Works on Windows file paths.
Use cases of MCP Server для поиска файлов на диске
- Locate a specific executable or file inside a known directory subtree.
- Find all copies of a file within a folder hierarchy.
- Quickly inventory files by partial path and name match.
FAQ from MCP Server для поиска файлов на диске
What does this server do?
It accepts a path fragment and a file name, then searches the local disk for files that match both criteria, returning the results as a JSON array.
How do I run it?
Open a terminal and execute: python mcp_server.py <FragmentPath> <FileName>. For example: python mcp_server.py C:\Users\KARABOGAZGOLULTRA\AppData GitHubDesktop.
What output does the server produce?
A JSON array where each object contains the fields: filename, path, size (in bytes), and created_at (ISO timestamp).
Frequently asked questions
What does this server do?
It accepts a path fragment and a file name, then searches the local disk for files that match both criteria, returning the results as a JSON array.
How do I run it?
Open a terminal and execute: `python mcp_server.py <FragmentPath> <FileName>`. For example: `python mcp_server.py C:\Users\KARABOGAZGOLULTRA\AppData GitHubDesktop`.
What output does the server produce?
A JSON array where each object contains the fields: `filename`, `path`, `size` (in bytes), and `created_at` (ISO timestamp).
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments