quarkus-mcp-server
This Quarkus extension enables developers to implement MCP server features easily.
This Quarkus extension provides both declarative and programmatic APIs that enable developers to easily implement Model Context Protocol (MCP) server features. MCP is an open protocol that facilitates seamless integration between LLM applications and external data sources and tools. The extension supports various transport mechanisms, including HTTP/SSE and Streamable HTTP, allowing for flexible implementation based on application needs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"quarkus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-quarkus-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions