What is Quarkus?
MCP servers for the Quarkus Java framework.
Documentation
Running the servers
All of these servers are available to run with jbang everywhere: Java, JavaScript, Python and more.
Servers## jdbc
The jdbc server can be used to store and retrieve data from a database given just a JDBC URL.
jvminsight
The jvminsight server is a server that can be used to inspect a running JVM process.
filesystem
The filesystem server is a file system server that can be used to serve files from a file system.
jfx
The jfx server exposes a canvas that can be used to make drawings using JavaFX.
kubernetes
The kubernetes server can be used to interact with a Kubernetes cluster.
containers
The containers server lets you work with Docker/Podman/OCI compatible container engines.
wolfram
The wolfram server can be used to perform web search optimized for use by a large language model through the Wolfram Alpha LLM API.
Server Config
{
"mcpServers": {
"quarkus-server": {
"command": "npx",
"args": [
"quarkus"
]
}
}
}