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
How to use
Tools exposed
merge_fileslist_allowed_directories
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "file-merger": {\n "command": "npx",\n "args": [\n "-y",\n "@exoticknight/mcp-file-merger",\n "/path/to/allowed/dir"\n ]\n }\n }\n} 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.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.