JA

JavaFX

Created 6 months ago

Model Context Protocol Servers in Quarkus/Java for LLM applications.

development documentation public

What is JavaFX?

Make drawings using a JavaFX canvas

Documentation

Running the servers

All of these servers are available to run with jbang everywhere: Java, JavaScript, Python and more. Where it says jbang it can be replaced with npx @jbangdev/jbang or uvx jbang or pipx jbang dependent on your preference.

Servers# jdbc

The jdbc server can be used to store and retrieve data from a database given just a JDBC URL. You can use any JDBC database, like Postgres, MySQL, Oracle, Sqlite, etc.

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": {
    "javafx-server": {
      "command": "npx",
      "args": [
        "javafx"
      ]
    }
  }
}

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: Quarkiverse Team
Category: community
License: MIT
Tags:
development documentation public