Skip to main content
Glama

File Merger MCP Server

merge_files

Combine multiple files into a single output file by merging their content sequentially. Provides details on file sizes and total size, ensuring operation within specified directory restrictions.

Instructions

Merge multiple files into a single output file. Reads content from each input file in the order provided and writes it sequentially to the output file. Returns information about the merge operation including file sizes and total size. All specified paths must be within allowed directories if specified.

Input Schema

NameRequiredDescriptionDefault
inputPathsYesArray of file paths to merge
outputPathYesPath for the merged output file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPaths": { "description": "Array of file paths to merge", "items": { "type": "string" }, "minItems": 1, "type": "array" }, "outputPath": { "description": "Path for the merged output file", "type": "string" } }, "required": [ "inputPaths", "outputPath" ], "type": "object" }
Install Server

Other Tools from File Merger MCP Server

Related Tools

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