mcp-server-test-quarkus

vectorgarquer/mcp-server-test-quarkus
★ 1 stars Java 🔒 Security Updated 4d ago
This project is a Model Context Protocol (MCP) server implementation built with Quarkus that provides security vulnerability information and best practices for Java development, and is used with IBM Bob IDE to demonstrate seamless integration between Bob and MCP servers.
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": {
    "mcp-server-test-quar": {
      "command": "npx",
      "args": [
        "-y",
        "vectorgarquer/mcp-server-test-quarkus"
      ]
    }
  }
}