Skip to main content
Glama
rog0x

@rog0x/mcp-file-tools

by rog0x

@rog0x/mcp-file-tools

MCP-сервер, предоставляющий инструменты для анализа файлов и каталогов для ИИ-агентов. Даёт Клоду (и другим MCP-совместимым ИИ) возможность исследовать, анализировать и искать в файловых системах.

Инструменты

Инструмент

Описание

dir_tree

Создание визуального дерева каталогов с настраиваемой глубиной и шаблонами игнорирования

file_stats

Анализ каталога: общее количество файлов, разбивка по расширениям, самые большие/новые/старые файлы

duplicate_finder

Поиск дубликатов файлов по размеру + MD5-хэшу, отчёт о потраченном впустую месте

code_counter

Подсчёт строк кода по языкам: код, комментарии и пустые строки (как cloc/scc)

file_search

Поиск файлов по имени (glob), содержимому (regex), диапазону размера и дате

Related MCP server: Files MCP Server

Установка

git clone https://github.com/rog0x/mcp-file-tools.git
cd mcp-file-tools
npm install
npm run build

Конфигурация

Claude Code

claude mcp add mcp-file-tools node /absolute/path/to/mcp-file-tools/dist/index.js

Claude Desktop

Добавьте в ваш claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-file-tools": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-file-tools/dist/index.js"]
    }
  }
}

Детали инструментов

dir_tree

Создание визуального дерева каталогов, как команда tree.

Parameters:
  dir_path (required)     - Absolute path to the directory
  max_depth (optional)    - Max depth to traverse (default: 5, 0 = unlimited)
  ignore_patterns (optional) - Patterns to ignore (default: node_modules, .git, dist, etc.)

file_stats

Получение всестороннего анализа содержимого каталога.

Parameters:
  dir_path (required)     - Absolute path to the directory
  max_depth (optional)    - Max depth to traverse (default: 10)

Возвращает: общее количество файлов, общий размер, количество файлов по расширениям, 10 самых больших файлов, 10 самых новых/старых файлов.

duplicate_finder

Поиск дубликатов файлов с предварительной фильтрацией по размеру и MD5-хэшированием.

Parameters:
  dir_path (required)     - Absolute path to the directory
  min_size (optional)     - Minimum file size in bytes (default: 1)
  max_depth (optional)    - Max depth to traverse (default: 10)

Возвращает: группы дубликатов с путями к файлам, размерами и общим потраченным впустую местом.

code_counter

Подсчёт строк кода на 20+ языках с определением комментариев.

Parameters:
  dir_path (required)     - Absolute path to the directory
  max_depth (optional)    - Max depth to traverse (default: 10)

Поддерживаемые языки: TypeScript, JavaScript, Python, Java, C/C++, C#, Go, Rust, Ruby, PHP, Swift, Kotlin, HTML, CSS, JSON, YAML, Markdown, Shell, SQL, Lua.

file_search

Поиск файлов по нескольким критериям одновременно.

Parameters:
  dir_path (required)        - Absolute path to the directory
  name_pattern (optional)    - Glob pattern (e.g. "**/*.ts")
  content_pattern (optional) - Regex to search file contents
  min_size (optional)        - Minimum file size in bytes
  max_size (optional)        - Maximum file size in bytes
  modified_after (optional)  - ISO date string
  modified_before (optional) - ISO date string
  max_results (optional)     - Max results (default: 100)

Лицензия

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to intelligently search and explore local file systems using native Unix commands (ripgrep, find, ls) with token-optimized output, automatic pagination, and multi-layer security validation.
    164
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to safely explore directories, read files, search content by pattern or filename, and edit files with checksum verification and dry-run preview within sandboxed filesystem access.
    13
    75
    ISC
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to read, search, and analyze local file systems with tools for reading file contents, listing directories, searching by patterns, and analyzing folder structures for context-aware queries.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides secure and efficient tools for codebase analysis, including file management, metadata retrieval, and dependency tree traversal. It allows LLMs to explore project structures and search for configuration files within a restricted root directory.
    22
    3
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-file-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server