exploitiq-mcp-server

RHEcosystemAppEng/exploitiq-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 1mo ago
MCP server for the ExploitIQ vulnerability analysis platform. Provides remote tool access to analyze CVE exploitability against source code repositories and SBOM files via the Model Context Protocol (MCP).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "exploitiq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "RHEcosystemAppEng/exploitiq-mcp-server"
      ]
    }
  }
}