@rog0x/mcp-file-tools
@rog0x/mcp-file-tools
AI 에이전트를 위한 파일 및 디렉터리 분석 도구를 제공하는 MCP 서버입니다. Claude(및 기타 MCP 호환 AI)가 파일 시스템을 탐색, 분석, 검색할 수 있는 기능을 제공합니다.
도구
도구 | 설명 |
| 구성 가능한 깊이와 무시 패턴으로 시각적 디렉터리 트리 구조를 생성합니다 |
| 디렉터리 분석: 전체 파일 수, 확장자별 크기 분석, 가장 큰/최신/가장 오래된 파일 |
| 크기 + MD5 해시로 중복 파일을 찾고 낭비되는 공간을 보고합니다 |
| 언어별 코드 줄 수 계산: 코드, 주석, 빈 줄(cloc/scc와 유사) |
| 이름 glob, 콘텐츠 정규식, 크기 범위, 날짜 범위로 파일을 검색합니다 |
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.jsClaude 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
Maintenance
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
- AlicenseNot gradedqualityNot gradedmaintenanceEnables 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.1642
- AlicenseNot gradedqualityCmaintenanceEnables 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.1375ISC
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityCmaintenanceProvides 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.223MIT
Related MCP Connectors
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Securely search and manage workspace context files for AI agents and teams.
Codebase intelligence for agents: 152 structured artifacts across 21 programs, one call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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