Skip to main content
Glama
quarkiverse

quarkus-mcp-servers

by quarkiverse

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

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

一般的な使用法

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

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

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

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

Related MCP server: Databricks MCP Server

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専用です。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
4dResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    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.
    4
  • F
    license
    Not graded
    quality
    D
    maintenance
    A FastAPI-based server that provides tools for local file management and Databricks operations, enabling users to create/edit files locally and interact with Databricks clusters, jobs, and DLT pipelines.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Hosted filesystem MCP server over HTTP with auth. Enables reading, writing, editing, searching, and listing files via MCP tools like grep, glob, and tree.

View all related MCP servers

Related MCP Connectors

  • File uploads for AI agents. Upload, list, and manage files. No signup required.

  • Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.

  • Securely search and manage workspace context files for AI agents and teams.

View all MCP Connectors

Latest Blog Posts

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