File Merger MCP Server
@exoticknight
关于 File Merger MCP Server
MCP server for merging multiple files into one
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"file-merger": {
"command": "npx",
"args": [
"-y",
"@exoticknight/mcp-file-merger",
"/path/to/allowed/dir"
]
}
}
}工具
2Lists directories the server can access
概览
What is File Merger MCP Server?
Simple utility to combine multiple files into one. It provides tools to merge a list of input files into a single output file, reporting file sizes and a merge summary. Only directories explicitly allowed by the user are accessible, ensuring security.
How to use File Merger MCP Server?
Install via npm (npx) and configure the server with an allowed directory path. In Claude Desktop, add the server to claude_desktop_config.json with the command npx -y @exoticknight/mcp-file-merger <allowed-directory>. Use the merge_files tool to specify input paths and output path. Use list_allowed_directories to check which directories are accessible.
Key features of File Merger MCP Server
- Merge any number of files with a single command
- Efficiently combines files of any size
- Only accesses directories you explicitly allow
- Reports file sizes and a merge summary
Use cases of File Merger MCP Server
- Combine multiple code snippets into a single file for processing
- Merge log files for consolidated analysis
- Aggregate configuration files into one unified file
- Join text-based data files for further tooling
FAQ from File Merger MCP Server
What tools does the server provide?
It provides merge_files (to combine multiple files into one) and list_allowed_directories (to list directories the server can access).
How do I restrict which directories the server can access?
The server is launched with a directory path argument. Only that directory and its subdirectories are accessible.
What output does the merge return?
Returns a success message with merge details, including file sizes and a merge summary.
Is any authentication required?
No authentication is mentioned in the README.
What runtime dependencies are needed?
Node.js and npm. The server is run via npx, installing the package on the fly.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论