bandit

GitHub

Bandit is a tool designed to find common security issues in Python code.

bandit MCP Server

MCP server for PyCQA/bandit

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "bandit": {
      "command": "npx",
      "args": [
        "-y",
        "@PyCQA/bandit"
      ]
    }
  }
}