ファイルシステム用モデルコンテキストプロトコルサーバー
このモデル コンテキスト プロトコル (MCP) サーバーは、大規模言語モデル (LLM) がファイル システムからファイルを一覧表示、読み取り、変更できるようにします。
一般的な使用法
- jbangをインストールする
- MCP クライアントをサーバーを実行するように構成します (以下のClaude Desktop Config を参照)
特定のパスにアクセスしてサーバーを起動するには、次のコマンドを使用します。
Claude デスクトップ設定とmcp-cli
これをclaude_desktop_config.json
またはserver_config.json
ファイルに追加します。
ネイティブイメージ/実行可能ファイル
ネイティブ イメージを使用すると、起動時間はほぼ瞬時になります。
ネイティブイメージはリリースページからダウンロードできます。
次に、MCP クライアントでプラットフォーム用の実行可能ファイルを使用します。
MacOS arm64 (M1、M2 など) の例:
もちろん、必要に応じて、実行可能ファイルの名前をmcp-server-filesystem
などの別の名前に変更することもできます。
トラブルシューティング
jbangが見つかりません
jbang
がインストールされ、PATHで利用可能であることを確認してください。- あるいは、jbang実行ファイルへのフルパスを使用します(例:
/Users/username/.jbang/jbang
)
ログ記録をもっと取得する
より詳細なログを取得するには、jbang コマンドラインに次のパラメータを追加します。
例:
これはどうやって作られたのですか?
MCP サーバーは、Quarkus、Supersonic Subatomic Java フレームワーク、およびそのモデル コンテキスト プロトコル サポートを使用します。
Quarkus MCP Server のサポートについて詳しく知りたい場合は、このブログ投稿と Quarkus MCP Server拡張機能のドキュメントを参照してください。
サーバーを起動するには、 jbangを使ってJavaをセットアップし、.jarファイルを可能な限り透過的に実行しますuvx
、 pipx
、 npmx
などの動作と非常に似ていますが、Java専用です。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
ファイルシステムの参照、一覧表示、編集。Java/Quarkusで実装されており、ネイティブイメージ(高速!)も利用可能
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis server provides: * Fast file search capabilities using Everything SDK * Windows-specific implementation * Complements existing filesystem servers with specialized search functionalityLast updated -57PythonMIT License
- -securityAlicense-qualityThis 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 -6MIT License
- -securityFlicense-qualityThis server provides an interface for performing basic file system operations such as navigation, reading, writing, and file analysis, allowing users to manage directories and files efficiently.Last updated -3Python
- AsecurityAlicenseAqualityAn MCP server that provides tools for reading, writing, and editing files on the local filesystem.Last updated -11,387PythonApache 2.0