vulnpilot-mcp

arojit/vulnpilot-mcp
★ 0 stars Python AI/LLM Updated today
An MCP server that gives AI assistants the ability to check open-source packages for vulnerabilities and real-world exploit intelligence - powered by OSV.dev, EPSS, and CISA KEV.
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": {
    "vulnpilot-mcp": {
      "command": "uvx",
      "args": [
        "vulnpilot-mcp"
      ]
    }
  }
}

Or install with pip: pip install vulnpilot-mcp