Skip to main content
File SystemsGo

exoticknight/mcp-file-merger

File merger tool, suitable for AI chat length limits.

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/exoticknight/mcp-file-merger

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-file-merger": {
      "command": "npx",
      "args": [
        "-y",
        "exoticknight/mcp-file-merger"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Go
Author
exoticknight