Skip to main content
Glama

File Merger MCP Server

Servidor MCP de fusión de archivos

Utilidad sencilla para combinar varios archivos en uno. Rápida, segura y fácil de usar.

Características

  • Simple : fusiona cualquier cantidad de archivos con un solo comando
  • Rápido : combina de manera eficiente archivos de cualquier tamaño
  • Seguro : solo accede a los directorios que usted permite
  • Detallado : informes de tamaño de archivos y resumen de combinación

API

Herramientas

  • archivos de fusión
    • Entradas:
      • inputPaths (string[]): Archivos a fusionar
      • outputPath (cadena): Ubicación del archivo de salida
    • Devoluciones:
      • Mensaje de éxito con detalles de la fusión
  • lista_de_directorios_permitidos
    • Enumera los directorios a los que puede acceder el servidor

Uso con Claude Desktop

Añade a tu claude_desktop_config.json :

{ "mcpServers": { "file-merger": { "command": "npx", "args": [ "-y", "@exoticknight/mcp-file-merger", "/path/to/allowed/dir" ] } } }

Instalación

# Clone and install git clone https://github.com/exoticknight/mcp-file-merger.git cd mcp-file-merger npm install npm run build

Licencia

Licencia 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.

Permite fusionar varios archivos en uno solo mediante una interfaz MCP sencilla. Ofrece una forma segura de combinar archivos, restringiendo el acceso únicamente a los directorios permitidos.

  1. Características
    1. API
      1. Herramientas
    2. Uso con Claude Desktop
      1. Instalación
        1. Licencia

          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