mcp-file-merger
11
The File Merger MCP Server is a utility designed to merge multiple files into one, with an emphasis on simplicity, speed, and security. It offers tools to merge files and list accessible directories, making it both functional and versatile.
File Merger MCP Server
Simple utility to combine multiple files into one. Fast, secure, and easy to use.
Features
- Simple - Merge any number of files with a single command
- Fast - Efficiently combines files of any size
- Secure - Only accesses directories you allow
- Detailed - Reports file sizes and merge summary
API
Tools
- merge_files: Inputs
inputPaths
(string[]) for files to merge andoutputPath
(string) for output location. Returns a success message with merge details. - list_allowed_directories: Lists directories the server can access.
Installation
Follow these commands to install:
- Clone:
git clone https://github.com/exoticknight/mcp-file-merger.git
- Navigate:
cd mcp-file-merger
- Install:
npm install
- Build:
npm run build
License
Apache License 2.0