파일 병합 MCP 서버
여러 파일을 하나로 합치는 간단한 유틸리티입니다. 빠르고 안전하며 사용하기 쉽습니다.
특징
간단함 - 단일 명령으로 원하는 수의 파일을 병합합니다.
빠름 - 모든 크기의 파일을 효율적으로 결합합니다.
보안 - 허용한 디렉토리에만 액세스합니다.
상세 - 파일 크기 및 병합 요약 보고
API
도구
병합_파일
입력:
inputPaths
(string[]): 병합할 파일outputPath
(문자열): 출력 파일 위치
보고:
병합 세부 정보가 포함된 성공 메시지
허용된 디렉토리 목록
서버가 액세스할 수 있는 디렉토리를 나열합니다.
Claude Desktop과 함께 사용
claude_desktop_config.json
에 다음을 추가하세요:
지엑스피1
설치
# Clone and install
git clone https://github.com/exoticknight/mcp-file-merger.git
cd mcp-file-merger
npm install
npm run build
특허
아파치 라이선스 2.0
local-only server
The server can only run on the client's local machine because it depends on local resources.
간단한 MCP 인터페이스를 통해 여러 파일을 하나의 파일로 병합할 수 있습니다. 허용된 디렉터리에만 접근하도록 제한하면서 안전하게 파일을 병합할 수 있는 방법을 제공합니다.
Related MCP Servers
- AsecurityAlicenseAqualityMCP server for collecting code from files and directories into a single markdown document.Last updated -9MIT License
- AsecurityAlicenseAqualityAn MCP server that provides tools for reading, writing, and editing files on the local filesystem.Last updated -1,553Apache 2.0
- -securityAlicense-qualityA lightweight and modular framework for building MCP-based file management systems with standardized module structure, flexible configuration, and extensible functionality registration mechanisms.Last updated -3MIT License