MCP-сервер для поиска файлов
Description
# MCP-сервер для поиска файлов Это простой MCP-сервер, написанный на Python, который ищет файлы в файловой системе на основе фрагмента пути и возвращает результаты в формате JSON. ## Установка 1. Клонируйте этот репозиторий или загрузите скрипт '`file_finder_mcp.py`'. 2…
About
# MCP-сервер для поиска файлов Это простой MCP-сервер, написанный на Python, который ищет файлы в файловой системе на основе фрагмента пути и возвращает результаты в формате JSON. ## Установка 1. Клонируйте этот репозиторий или загрузите скрипт '`file_finder_mcp.py`'. 2. Убедитесь, что в вашей системе установлен…
Details
- Author
- Tryd0g0lik
- GitHub stars
- 1
- Downloads
- 151
- Categories
- Other
Jump to
- Поиск файлов по любому фрагменту пути.
- Возврат полного пути, имени, размера и даты создания.
- Результат в формате JSON.
- Работа на локальной файловой системе без внешних зависимостей.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-сервер для поиска файловCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Установите Python 3.x, скачайте или клонируйте файл file_finder_mcp.py. Запустите сервер командой python file_finder_mcp.py – он будет слушать порт 8080. Для использования в Cline настройте .vscode/cline-config.json с command "python" и args ["python", "file_finder_mcp.py"]. Запросы отправляйте через GET на http://localhost:8080/?path=<фрагмент>.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-\u0441\u0435\u0440\u0432\u0435\u0440 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0444\u0430\u0439\u043b\u043e\u0432": {
"mcp-server-tryd0g0lik": {
"command": "python",
"args": [
"file_finder_mcp.py"
]
}
}
}
}
McpServers
{
"mcp-server-tryd0g0lik": {
"command": "python",
"args": [
"file_finder_mcp.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




