Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ File Systems
  3. Quarkus MCP Servers
Quarkus MCP Servers logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:31:47 PM

Quarkus MCP Servers

User RatingsBe the first to rate and review this MCP server!
View Repository196 GitHub StarsTotal stargazers on GitHub for the source repository (196 stars).Visit Website
filesystemjavaquarkusdeveloper-tools

Serves selected local filesystem paths to MCP-enabled applications for file browsing and editing.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "filesystem-quarkiverse-quarkus-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "@jbangdev/jbang"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“‚ More in File Systems

Overview

filesystem@quarkiverse/quarkus-mcp-servers MCP server exposes files from one or more local paths to MCP-enabled AI applications. Implemented in Java with Quarkus, it runs through JBang and accepts the paths to serve as command-line arguments. The project also provides jar and native-image distributions. Reach for it when an agent needs access to specified filesystem content, including browsing and editing files.

Use cases

β€’Serve selected local directories to an MCP client
β€’Browse project files with an AI application
β€’Edit local files through an MCP-enabled client
β€’Provide multiple filesystem paths at startup

Key features

β€’Serves files from one or more local paths
β€’Supports file browsing and editing
β€’Runs through JBang
β€’Implemented in Java with Quarkus
β€’Available as a jar or native image

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Quarkus MCP Servers.

Extracted Tool Capabilities
Serves files from one or more local paths
Supports file browsing and editing
Runs through JBang
Implemented in Java with Quarkus
Available as a jar or native image

How Quarkus MCP Servers works

What filesystem@quarkiverse/quarkus-mcp-servers MCP server does

filesystem@quarkiverse/quarkus-mcp-servers MCP server makes files from selected filesystem locations available to an MCP-enabled language model application. The project description identifies browsing and editing as supported use cases, while the repository README describes the server more generally as serving files from a filesystem.

The server is one of several MCP servers implemented in Java with the Quarkus MCP server framework. This filesystem variant is intended for local execution rather than as a hosted file service. You choose which locations it serves when starting the process.

How it works

Start the server with JBang and provide one or more filesystem paths after the server reference:

shell
jbang filesystem@quarkiverse/quarkus-mcp-servers [path1] [path2] ...

Each supplied path defines filesystem content that the running server can expose to the connected MCP client. The MCP client communicates with the local process, allowing an MCP-enabled application to work with the served files through the server’s filesystem capabilities.

The repository states that the servers work with MCP-enabled applications such as Claude Desktop. Other client compatibility is not specified in the supplied material, so client configuration details depend on the application being used.

Setup and configuration

The documented launch method requires JBang. The command can also be run through the alternatives listed by the project: npx @jbangdev/jbang, uvx jbang, or pipx jbang, depending on the preferred environment. These are execution alternatives for JBang, not separate filesystem server implementations.

Pass one or more real paths as positional arguments when launching filesystem@quarkiverse/quarkus-mcp-servers. The supplied excerpt does not define a configuration file, environment variables, network endpoint, authentication mechanism, or client-specific configuration block.

The project also states that the server is available as a jar or native image. The excerpt does not provide separate commands for launching either artifact, so JBang is the clearest documented setup path.

Tools and capabilities

The supported capability described by the project is filesystem access for MCP clients. In practical terms, the listing supports these operations:

  • Serve files from selected filesystem paths.
  • Browse files through an MCP-enabled application.
  • Edit files through an MCP-enabled application.
  • Accept multiple paths at startup.
  • Run as a Java-based Quarkus server or as a native image, according to the project description.

The supplied material does not list individual MCP tool names, resource identifiers, permission controls, or supported file formats.

Limitations and notes

Access is scoped by the paths supplied at startup, but the excerpt does not explain how path permissions, symbolic links, nonexistent paths, or write failures are handled. It also does not document whether the server can access remote filesystems or expose a network service.

Use care when serving paths that contain sensitive data, especially where editing is enabled. The material does not describe an approval prompt, sandbox, authentication layer, or audit log. Those safeguards should not be assumed from the available documentation.

filesystem@quarkiverse/quarkus-mcp-servers is a fit for local MCP workflows that need selected file access. It is not documented here as a database, cloud-storage, or general-purpose remote file integration.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in File Systems View all alternatives
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    πŸ“‚ File Systems4 views
    Compare vs MCP Filesystem Server β†’
  • Filesystem Context MCP Server logoFilesystem Context MCP Server

    Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

    πŸ“‚ File Systems3 views
    Compare vs Filesystem Context MCP Server β†’
  • Filesystem MCP logoFilesystem MCP

    Model Context Protocol server for file system operations. Supports read, write, search, copy, move with security path restrictions.

    πŸ“‚ File Systems2 views
    Compare vs Filesystem MCP β†’
  • MCP Text Editor logoMCP Text Editor

    A line-oriented text file editor. Optimized for LLM tools with efficient partial file access to minimize token usage.

    πŸ“‚ File Systems1 views
    Compare vs MCP Text Editor β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
196
Stargazers on the source repository.
npm downloads
7.4k
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Quarkus MCP Servers

Run `jbang filesystem@quarkiverse/quarkus-mcp-servers [path1] [path2] ...` and replace the path placeholders with the filesystem locations to serve.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewQuarkus MCP Servers AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/filesystem-quarkiverse-quarkus-mcp-servers?style=directory)](https://allmcps.com/mcp/filesystem-quarkiverse-quarkus-mcp-servers)
HTML Embed
<a href="https://allmcps.com/mcp/filesystem-quarkiverse-quarkus-mcp-servers"><img src="https://allmcps.com/api/badge/filesystem-quarkiverse-quarkus-mcp-servers?style=directory" alt="Quarkus MCP Servers on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚File Systems
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 2, 2026
11/11 checks healthy over the last 33d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars196
GitHub Star CountTotal stargazers on GitHub representing community popularity (196 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 14, 2026
npm downloads7,373/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good Β· 60/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity11/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· @jbangdev/jbang (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ File Systems β†’Best MCP servers for File Systems β†’Alternatives to Quarkus MCP Servers β†’Install in Claude DesktopInstall in CursorInstall in VS Code