一个简单的工具,用于将多个文件合并成一个。快速、安全且易于使用。
<a href="https://glama.ai/mcp/servers/@exoticknight/mcp-file-merger"> <img width="380" height="200" src="https://gips3.baidu.com/it/u=1304375615,2346692265&fm=3081&app=3081&f=PNG?w=760&h=400" alt="文件合并服务器MCP服务器" /> </a>merge_files
inputPaths (string[]):要合并的文件outputPath (string):输出文件的位置list_allowed_directories
在您的claude_desktop_config.json中添加:
{
"mcpServers": {
"file-merger": {
"command": "npx",
"args": [
"-y",
"@exoticknight/mcp-file-merger",
"/path/to/allowed/dir"
]
}
}
}
# 克隆并安装
git clone https://github.com/exoticknight/mcp-file-merger.git
cd mcp-file-merger
npm install
npm run build
Apache许可证2.0