Skip to main content
Glama
quarkiverse

quarkus-mcp-servers

by quarkiverse

文件系统的模型上下文协议服务器

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

一般用法

  1. 安装jbang

  2. 配置您的 MCP 客户端以运行服务器(请参阅下面的Claude 桌面配置

使用以下命令启动具有特定路径访问权限的服务器。

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

Related MCP server: Databricks MCP Server

Claude 桌面配置和mcp-cli

将其添加到您的claude_desktop_config.jsonserver_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 文件。其工作方式与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