local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Supports installation via Git clone, allowing users to obtain the source code for local deployment.
Hosts the repository for the MCP server, enabling users to access the source code directly from GitHub.
Enables installation and execution through npm packages, supporting both direct installation and execution via npx.
ファイルマージMCPサーバー
複数のファイルを1つに結合するシンプルなユーティリティ。高速、安全、そして使いやすい。
特徴
- シンプル- 1つのコマンドで任意の数のファイルを結合します
- 高速- あらゆるサイズのファイルを効率的に結合します
- 安全- 許可したディレクトリのみにアクセスします
- 詳細- ファイルサイズとマージの概要を報告します
API
ツール
- ファイルのマージ
- 入力:
inputPaths
(string[]): 結合するファイルoutputPath
(文字列): 出力ファイルの場所
- 戻り値:
- マージの詳細を含む成功メッセージ
- 入力:
- 許可されたディレクトリの一覧
- サーバーがアクセスできるディレクトリを一覧表示します
Claude Desktopでの使用
claude_desktop_config.json
に追加します:
Copy
インストール
Copy
ライセンス
Apacheライセンス2.0
This server cannot be installed
シンプルなMCPインターフェースを介して、複数のファイルを1つのファイルに結合できます。許可されたディレクトリへのアクセスのみを制限しながら、安全にファイルを結合できます。