QU

Quarkus

Created 6 months ago

Model Context Protocol Servers in Quarkus/Java.

development documentation public

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"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Quarkus Community
Category: community
License: Apache License 2.0
Tags:
development documentation public