quarkus-mcp-servers
文件系统的模型上下文协议服务器
该模型上下文协议 (MCP) 服务器使大型语言模型 (LLM) 能够列出、读取和修改文件系统中的文件。

一般用法
安装jbang
配置您的 MCP 客户端以运行服务器(请参阅下面的Claude 桌面配置)
使用以下命令启动具有特定路径访问权限的服务器。
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、超音速亚原子 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