JavaFX
Created 6 months ago
Model Context Protocol Servers in Quarkus/Java for LLM applications.
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"
]
}
}
}