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

一般的な使用法
jbangをインストールする
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ファイルを可能な限り透過的に実行しますuvx 、 pipx 、 npmxなどの動作と非常に似ていますが、Java専用です。
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceThis 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
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseNot gradedqualityBmaintenanceProvides secure access to filesystem operations, system commands, Obsidian vault management, SQLite databases, and UniFi network controller operations through authenticated HTTPS connections.381MIT
- FlicenseNot gradedqualityCmaintenanceHosted filesystem MCP server over HTTP with auth. Enables reading, writing, editing, searching, and listing files via MCP tools like grep, glob, and tree.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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