mcp-contrast

Contrast-Security-OSS/mcp-contrast
★ 19 stars Java 🔒 Security Updated 8d ago
MCP Server for Contrast Security
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-contrast": {
      "command": "npx",
      "args": [
        "-y",
        "Contrast-Security-OSS/mcp-contrast"
      ]
    }
  }
}