quarkus-agent-mcp

quarkusio/quarkus-agent-mcp
★ 7 stars Java 🤖 AI/LLM Updated 7d ago
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, control application lifecycle (start/stop/restart), proxy Dev MCP tools, and search Quarkus documentation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quarkus-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quarkusio/quarkus-agent-mcp"
      ]
    }
  }
}

Topics

automated-release