Model Context Protocol Servers in Quarkus/Java
@quarkiverse
关于 Model Context Protocol Servers in Quarkus/Java
Model Context Protocol Servers in Quarkus
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Model Context Protocol Servers in Quarkus/Java?
This project provides multiple Model Context Protocol (MCP) servers implemented in Java using the Quarkus MCP server framework. These servers extend the capabilities of MCP‑enabled LLM AI applications, such as Claude Desktop, by allowing them to interact with databases, JVM processes, filesystems, drawing canvases, Kubernetes, containers, and web search.
How to use Model Context Protocol Servers in Quarkus/Java?
All servers are run with jbang everywhere (Java, JavaScript, Python, etc.). For example, jbang jdbc@quarkiverse/quarkus-mcp-servers runs the JDBC server. Specific server commands are provided in their respective directories.
Key features of Model Context Protocol Servers in Quarkus/Java
- Implements MCP servers in Java with Quarkus framework.
- Runs via jbang on any platform supporting Java, JavaScript, or Python.
- Includes seven ready‑to‑use servers (jdbc, jvminsight, filesystem, jfx, kubernetes, containers, wolfram).
- Supports any JDBC database (Postgres, MySQL, SQLite, etc.).
- Allows inspection of running JVM processes.
- Provides filesystem access, JavaFX drawing canvas, Kubernetes cluster interaction, container engine management, and LLM‑optimized web search.
Use cases of Model Context Protocol Servers in Quarkus/Java
- Give an LLM the ability to query and store data in any JDBC database.
- Let an LLM inspect and monitor a live JVM application.
- Enable an LLM to read and write files on a local filesystem.
- Allow an LLM to draw graphics using a JavaFX canvas.
- Have an LLM manage Kubernetes cluster resources.
- Let an LLM operate Docker/Podman/OCI containers.
- Provide LLM‑optimized web search results via Wolfram Alpha.
FAQ from Model Context Protocol Servers in Quarkus/Java
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows LLM applications to extend their capabilities by connecting to servers that provide specific tools or data.
What runtime do these servers require?
They run on any system that supports Java and jbang. jbang also works with Node.js (via npx), Python (via pipx), and others.
Which MCP clients can use these servers?
Any MCP‑enabled LLM application, such as Claude Desktop. A list of clients is available at Awesome MCP Clients.
How do I run a specific server?
Use the jbang command provided in each server’s directory. For example, jbang filesystem@quarkiverse/quarkus-mcp-servers [path1] [path2] ... for the filesystem server.
How can I contribute a new server?
Clone the repository, run mvn clean install, then jbang init -t mcp <server-name> to scaffold a new server, and open a pull request.
常见问题
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows LLM applications to extend their capabilities by connecting to servers that provide specific tools or data.
What runtime do these servers require?
They run on any system that supports Java and jbang. jbang also works with Node.js (via npx), Python (via pipx), and others.
Which MCP clients can use these servers?
Any MCP‑enabled LLM application, such as Claude Desktop. A list of clients is available at Awesome MCP Clients.
How do I run a specific server?
Use the jbang command provided in each server’s directory. For example, `jbang filesystem@quarkiverse/quarkus-mcp-servers [path1] [path2] ...` for the filesystem server.
How can I contribute a new server?
Clone the repository, run `mvn clean install`, then `jbang init -t mcp <server-name>` to scaffold a new server, and open a pull request.
基本信息
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论