Skip to main content
Glama

quarkus-mcp-servers

by quarkiverse

ファイルシステム用モデルコンテキストプロトコルサーバー

このモデル コンテキスト プロトコル (MCP) サーバーは、大規模言語モデル (LLM) がファイル システムからファイルを一覧表示、読み取り、変更できるようにします。

一般的な使用法

  1. jbangをインストールする

  2. MCP クライアントをサーバーを実行するように構成します (以下のClaude Desktop Config を参照)

特定のパスにアクセスしてサーバーを起動するに��、次のコマンドを使用します。

jbang filesystem@quarkiverse/quarkus-mcp-servers ~/code/quarkiverse ~/code/jbang

Claude デスクトップ設定とmcp-cli

これをclaude_desktop_config.jsonまたはserver_config.jsonファイルに追加します。

{ "mcpServers": { "filesystem": { "command": "jbang", "args": [ "filesystem@quarkiverse/quarkus-mcp-servers", "[path1]", "[path2]" ] } } }

ネイティブイメージ/実行可能ファイル

ネイティブ イメージを使用すると、起動時間はほぼ瞬時になります。

ネイティブイメージはリリースページからダウンロードできます。

次に、MCP クライアントでプラットフォーム用の実行可能ファイルを使用します。

MacOS arm64 (M1、M2 など) の例:

{ "mcpServers": { "filesystem": { "command": "jbang", "args": [ "mcp-server-filesystem-osx-aarch_64", "[path1]", "[path2]" ] } } }

もちろん、必要に応じて、実行可能ファイルの名前をmcp-server-filesystemなどの別の名前に変更することもできます。

トラブルシューティング

jbangが見つかりません

  • jbangがインストールされ、PATHで利用可能であることを確認してください。

  • あるいは、jbang実行ファイルへのフルパスを使用します(例: /Users/username/.jbang/jbang

ログ記録をもっと取得する

より詳細なログを取得するには、jbang コマンドラインに次のパラメータを追加します。

-Dquarkus.log.file.enable=true -Dquarkus.log.file.path=${user.home}/mcp-server-filesystem.log

例:

jbang -Dquarkus.log.file.enable=true -Dquarkus.log.file.path=${user.home}/mcp-server-filesystem.log filesystem@quarkiverse/quarkus-mcp-servers [path1] [path2] ...

これはどうやって作られたのですか?

MCP サーバーは、Quarkus、Supersonic Subatomic Java フレームワーク、およびそのモデル コンテキスト プロトコル サポートを使用します。

Quarkus MCP Server のサポートについて詳しく知りたい場合は、このブログ投稿と Quarkus MCP Server拡張機能のドキュメントを参照してください。

サーバーを起動するには、 jbangを使ってJavaをセットアップし、.jarファイルを可能な限り透過的に実行しますuvxpipxnpmxなどの動作と非常に似ていますが、Java専用です。

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

ファイルシステムの参照、一覧表示、編集。Java/Quarkusで実装されており、ネイティブイメージ(高速!)も利用可能

  1. 一般的な使用法
    1. Claude デスクトップ設定とmcp-cli
      1. ネイティブイメージ/実行可能ファイル
        1. トラブルシューティング
        2. これはどうやって作られたのですか?

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.
        Last updated -
        634
        52
        MIT License
      • -
        security
        F
        license
        -
        quality
        This 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 -
        4
      • -
        security
        -
        license
        -
        quality
        Provides fast file searching capabilities across Windows, macOS, and Linux operating systems using platform-specific search technologies.
      • A
        security
        F
        license
        A
        quality
        Enables comprehensive directory analysis and file management operations including project structure exploration, intelligent file search, full CRUD operations on files and directories, batch operations with rollback capabilities, and Git integration.
        Last updated -
        13
        4

      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/quarkiverse/quarkus'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server