django-debug-toolbar

GitHub

A configurable set of panels that display various debug information about the current request/response.

8,378 stars Python Python 1 file ยท ~24,719 tokens

django-debug-toolbar MCP Server

MCP server for django-commons/django-debug-toolbar

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "django-debug-toolbar": {
      "command": "npx",
      "args": [
        "-y",
        "@django-commons/django-debug-toolbar"
      ]
    }
  }
}