Home › Other › django-ai-boost

django-ai-boost

A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost

Python
★ 112 stars Last pushed 2026-07-31 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.2)

uvx django-telescope

Or add to your MCP client config:

{
  "mcpServers": {
    "django-ai-boost": {
      "command": "uvx",
      "args": [
        "django-telescope"
      ],
      "env": {
        "DJANGO_SETTINGS_MODULE": "<YOUR_VALUE>"
      }
    }
  }
}
  • DJANGO_SETTINGS_MODULE required — Django settings module path (e.g., 'myproject.settings')

Related servers

Data from the Official MCP Registry