Skip to main content
Glama

File Merger MCP Server

ファイルマージMCPサーバー

複数のファイルを1つに結合するシンプルなユーティリティ。高速、安全、そして使いやすい。

特徴

  • シンプル- 1つのコマンドで任意の数のファイルを結合します
  • 高速- あらゆるサイズのファイルを効率的に結合します
  • 安全- 許可したディレクトリのみにアクセスします
  • 詳細- ファイルサイズとマージの概要を報告します

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

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

シンプルなMCPインターフェースを介して、複数のファイルを1つのファイルに結合できます。許可されたディレクトリへのアクセスのみを制限しながら、安全にファイルを結合できます。

  1. 特徴
    1. API
      1. ツール
    2. Claude Desktopでの使用
      1. インストール
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides file deletion capabilities. This server allows AI assistants to safely delete files when needed, with support for both relative and absolute paths.
            Last updated -
            1
            12
            1
            JavaScript
            Apache 2.0
            • Apple
          • -
            security
            A
            license
            -
            quality
            This server offers secure, read-only access to directory files via the MCP, supporting file searching, .gitignore compliance, path traversal protection, and MIME type detection using the 'file://' URI scheme.
            Last updated -
            6
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
            Last updated -
            1
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            This MCP server enforces pre-read checks and detailed commit documentation to prevent unauthorized file modifications, ensuring write and diff operations are preceded by explicit reads.
            Last updated -
            4
            JavaScript

          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