exoticknight/mcp-file-merger
by Various
MCP server for merging multiple files into one
MCP
exoticknight/mcp-file-merger
Added 1 June 2026
Overview
A Model Context Protocol server that merges multiple files into a single file. It takes a list of file paths as input and outputs a combined file, primarily for use in LLM toolchains or batch processing.
Best for
Best for
Developers who need a simple, scriptable way to combine multiple files for LLM input or automated pipelines.
Use cases
- Combining multiple source code files into one context for LLM prompts
- Merging configuration or log files into a single document for analysis
- Concatenating text files as a preprocessing step in developer workflows
Notes
A Model Context Protocol server that merges multiple files into a single file. It takes a list of file paths as input and outputs a combined file, primarily for use in LLM toolchains or batch processing.
26 stars on GitHub. Last updated 2025-09-06. Licensed Apache-2.0.
Use cases
- Combining multiple source code files into one context for LLM prompts
- Merging configuration or log files into a single document for analysis
- Concatenating text files as a preprocessing step in developer workflows
Pros
- Lightweight and focused on a single merging task
- Easy to integrate with any MCP-compatible client or toolchain
- Open source with a simple codebase for customization
Cons
- No built-in file deduplication or conflict resolution
- Only merges file contents without transformations or filtering
- Limited to local file system access
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight and focused on a single merging task
- Easy to integrate with any MCP-compatible client or toolchain
- Open source with a simple codebase for customization
Cons
- No built-in file deduplication or conflict resolution
- Only merges file contents without transformations or filtering
- Limited to local file system access
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.