filesystem@quarkiverse/quarkus-mcp-servers
A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image.
Quick Start
Clone the repository:
git clone https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystemClaude 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.