loading…
Search for a command to run...
loading…
File merger tool, suitable for AI chat length limits.
File merger tool, suitable for AI chat length limits.
MseeP.ai Security Assessment Badge
Simple utility to combine multiple files into one. Fast, secure, and easy to use.
merge_files
inputPaths (string[]): Files to mergeoutputPath (string): Output file locationlist_allowed_directories
Add 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 build
Apache License 2.0
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"exoticknight-mcp-file-merger": {
"command": "npx",
"args": []
}
}
}