exoticknight/mcp-file-merger
MCP server for merging multiple files into one
Platform-specific configuration:
{
"mcpServers": {
"mcp-file-merger": {
"command": "npx",
"args": [
"-y",
"mcp-file-merger"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mseep.ai/app/exoticknight-mcp-file-merger)
[](https://archestra.ai/mcp-catalog/exoticknight__mcp-file-merger)
Simple utility to combine multiple files into one. Fast, secure, and easy to use.
<a href="https://glama.ai/mcp/servers/@exoticknight/mcp-file-merger"> </a>
inputPaths (string[]): Files to mergeoutputPath (string): Output file locationAdd to your claude_desktop_config.json:
{
"mcpServers": {
"file-merger": {
"command": "npx",
"args": [
"-y",
"@exoticknight/mcp-file-merger",
"/path/to/allowed/dir"
]
}
}
}# Clone and install
git clone https://github.com/exoticknight/mcp-file-merger.git
cd mcp-file-merger
npm install
npm run buildApache License 2.0
Loading reviews...