File Merger MCP Server
ファイルマージMCPサーバー
複数のファイルを1つに結合するシンプルなユーティリティ。高速、安全、そして使いやすい。
特徴
シンプル- 1つのコマンドで任意の数のファイルを結合します
高速- あらゆるサイズのファイルを効率的に結合します
安全- 許可したディレクトリのみにアクセスします
詳細- ファイルサイズとマージの概要を報告します
Related MCP server: MCP Filesystem Server
API
ツール
ファイルのマージ
入力:
inputPaths(string[]): 結合するファイルoutputPath(文字列): 出力ファイルの場所
戻り値:
マージの詳細を含む成功メッセージ
許可されたディレクトリの一覧
サーバーがアクセスできるディレクトリを一覧表示します
Claude Desktopでの使用
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ライセンス2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides safe local file operations through MCP, including reading, writing, searching, organizing, and protected deletion with configurable path restrictions.Last updated122
- Alicense-qualityBmaintenanceEnables file system operations such as listing directories, reading, writing, creating, and deleting files or directories through MCP.Last updated15MIT
- Flicense-qualityDmaintenanceEnables accessing and managing files from configured folders with filtering and size limits, allowing listing, reading, and searching files via MCP tools and resources.Last updated
- Alicense-qualityBmaintenanceEnables safe, read-only browsing of allowlisted local directories through MCP, providing tools to list roots, read files, and search text.Last updatedMIT
Related MCP Connectors
Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc
Static MCP manifest and tool-policy security preflight with signed input-redacted receipts
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/exoticknight/mcp-file-merger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server