Skip to content
Cline

vulnicheck for Cline

io.github.andrasfe/vulnicheck

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

client:Cline transport:stdio runtime:oci

Install vulnicheck in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vulnicheck": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/andrasfe/vulnicheck:main"
      ],
      "env": {
        "NVD_API_KEY": "<NVD_API_KEY>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "MCP_PORT": "<MCP_PORT>",
        "CACHE_TTL": "<CACHE_TTL>",
        "VULNICHECK_HTTP_ONLY": "<VULNICHECK_HTTP_ONLY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vulnicheck in other clients