Claude Tools / Agents / quarkus-agent
Agents · quarkusio/quarkus-agent-mcp
quarkus-agent
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.
CLEARED_STATICagent-agnosticv1.2.4
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Agents
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
README
From the repository
# Quarkus Agent MCP [](https://mcptoplist.com/server/pulsemcp%2Fquarkus-agent-mcp) A standalone MCP server that enables AI coding agents to create, manage, and interact with Quarkus applications. It runs as a separate process that survives app crashes, giving agents the ability to create projects, check for updates, read extension skills, control application lifecycle, proxy Dev MCP tools, and search Quarkus documentation. Part of the [DevStar](https://github.com/quarkusio/quarkus/discussions/53093) working group. ## Prerequisites - Java 21+ - Docker or Podman (for documentation search) - One of: [Quarkus CLI](https://quarkus.io/guides/cli-tooling), [Maven](https://maven.apache.org), or [JBang](https://www.jbang.dev/download/) (for creating new projects) ## Installation ### Claude Code plugin Add the marketplace and install the plugin: ```bash claude plugin marketplace add quarkusio/quarkus-agent-mcp claude plugin install quarkus-agent@quarkus-tools ``` This installs the plugin and configures the MCP server automatically. Requires [JBang](https://www.jbang.dev/download/). ### Via JBang (re…