Skip to main content
Glama

文件合并 MCP 服务器

简单实用,可将多个文件合并为一个。快速、安全、易用。

特征

  • 简单- 使用单个命令合并任意数量的文件

  • 快速——高效合并任何大小的文件

  • 安全- 仅访问您允许的目录

  • 详细信息- 报告文件大小和合并摘要

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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    MCP server for collecting code from files and directories into a single markdown document.
    Last updated -
    8
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
    Last updated -
    1,572
    Apache 2.0
    • Apple
  • -
    security
    F
    license
    -
    quality
    Proxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.
    Last updated -
    5
  • -
    security
    A
    license
    -
    quality
    A lightweight and modular framework for building MCP-based file management systems with standardized module structure, flexible configuration, and extensible functionality registration mechanisms.
    Last updated -
    3
    MIT License

View all related MCP servers

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