quarkus-agent Plugin
Plugin Claude Code Development AI Agents & AI App DevelopmentWeb & App DevelopmentDocuments & Content CreationThe explanation below is AI-generated. Please verify it against the sources.
quarkus-agent is a standalone MCP server that lets AI coding agents create, manage, and interact with Quarkus applications. According to the README, it runs as a separate process that survives app crashes, providing tools for project scaffolding, dev mode lifecycle control, extension skill lookup, a Dev MCP proxy, and Quarkus documentation search. It requires Java 21+, plus Docker or Podman for documentation search, and Quarkus CLI, Maven, or JBang for creating new projects. It can be installed as a Claude Code plugin, via JBang, direct JAR download, or a native binary, and works with clients such as Claude Code, VS Code/GitHub Copilot, Cursor, Windsurf, and JetBrains IDEs. Per the README's privacy policy, it runs entirely on the local machine and does not collect or transmit personal data or telemetry.
Overview
quarkus-agent is not a SaaS product but a locally run MCP (Model Context Protocol) server, distributed as a Java application, that connects AI coding agents to Quarkus framework tooling such as the Quarkus CLI, dev mode, and documentation search, as described in the README.
What you can do with quarkus-agent
- Scaffold a new Quarkus project with quarkus_create, which auto-starts dev mode and generates CLAUDE.md and .mcp.json
- Control the app lifecycle with quarkus_start, quarkus_stop, quarkus_restart, quarkus_status, quarkus_logs, quarkus_list, and quarkus_browser
- Read and customize extension-specific coding skills via quarkus_skills, quarkus_updateSkill, and quarkus_saveSkill
- Discover and invoke tools on a running app's Dev MCP server using quarkus_searchTools and quarkus_callTool
- Search Quarkus documentation semantically with quarkus_searchDocs (BGE embeddings + pgvector, requires Docker or Podman)
- Manage agent and app log files with quarkus_agent_log and quarkus_app_log
Sources
Original description (English)
MCP server for AI coding agents to create, manage, and interact with Quarkus applications. Provides tools for project scaffolding, dev mode lifecycle, extension skills, Dev MCP proxy, and documentation search.
History of quarkus-agent
- Plugin Added quarkus-agent