Skip to main content
File SystemsJava

filesystem@quarkiverse/quarkus-mcp-servers

A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image.

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem

Claude Desktop configuration example:

{
  "mcpServers": {
    "quarkiverse-quarkus-mcp-servers-2": {
      "command": "npx",
      "args": [
        "-y",
        "filesystem@quarkiverse/quarkus-mcp-servers"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Java
Author
quarkiverse