quarkus-mcp-servers

by quarkiverse

Integrations

  • Provides access to the local file system, enabling listing, reading, and modifying files in user-specified directories.

파일 시스템을 위한 모델 컨텍스트 프로토콜 서버

이 모델 컨텍스트 프로토콜(MCP) 서버는 대규모 언어 모델(LLM)이 파일 시스템에서 파일을 나열하고, 읽고, 수정할 수 있도록 합니다.

일반적인 사용법

  1. jbang 설치
  2. 서버를 실행하도록 MCP 클라이언트를 구성하세요(아래 Claude Desktop Config 참조)

다음 명령을 사용하여 특정 경로에 대한 액세스 권한을 부여하여 서버를 시작합니다.

지엑스피1

Claude Desktop Config 및 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 Framework 및 해당 Model Context Protocol 지원을 사용합니다.

Quarkus MCP 서버 지원에 대해 자세히 알아보려면 이 블로그 게시물 과 Quarkus MCP 서버 확장 설명서를 참조하세요.

서버를 실행하려면 jbang을 사용하여 Java를 설정하고 .jar 파일을 최대한 투명하게 실행합니다. uvx , pipx , npmx 등의 작동 방식과 매우 유사하며, 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 Desktop Config 및 mcp-cli
      1. 네이티브 이미지/실행 파일
        1. 문제 해결
        2. 어떻게 만들어졌나요?

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        This server provides: * Fast file search capabilities using Everything SDK * Windows-specific implementation * Complements existing filesystem servers with specialized search functionality
        Last updated -
        57
        Python
        MIT License
      • -
        security
        A
        license
        -
        quality
        This server offers secure, read-only access to directory files via the MCP, supporting file searching, .gitignore compliance, path traversal protection, and MIME type detection using the 'file://' URI scheme.
        Last updated -
        6
        MIT License
        • Apple
        • Linux
      • -
        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 -
        3
        Python
      • A
        security
        A
        license
        A
        quality
        An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
        Last updated -
        1
        1,241
        Python
        Apache 2.0
        • Apple

      View all related MCP servers

      ID: x4x44pbgs3