Odel
vulnicheck

vulnicheck

Local
@andrasfe11PythonMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/andrasfe/vulnicheck:main

Run

docker run -i --rm docker.io/andrasfe/vulnicheck:main

MCP client config

{
  "mcpServers": {
    "vulnicheck": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/andrasfe/vulnicheck:main"
      ]
    }
  }
}