Serves selected local filesystem paths to MCP-enabled applications for file browsing and editing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
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.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Quarkus MCP Servers.
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.
Start the server with JBang and provide one or more filesystem paths after the server reference:
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.
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.
The supported capability described by the project is filesystem access for MCP clients. In practical terms, the listing supports these operations:
The supplied material does not list individual MCP tool names, resource identifiers, permission controls, or supported file formats.
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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/filesystem-quarkiverse-quarkus-mcp-servers)<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>