Back to Home
vintasoftware icon

django-ai-boost

Verified Safe

by vintasoftware

Overview

Provides Model Context Protocol (MCP) tools for AI assistants to introspect and interact with Django project details and runtime information.

Installation

Run Command
uv run django-ai-boost --settings myproject.settings

Environment Variables

  • DJANGO_SETTINGS_MODULE
  • DJANGO_MCP_AUTH_TOKEN
  • PYTHONPATH

Security Notes

The server includes robust authentication mechanisms for SSE transport in production environments (DEBUG=False), requiring a bearer token and explicitly preventing tokens with stdio transport to avoid false security. All exposed tools are designed to be read-only, limiting potential for data modification. Django's ORM is used for database queries, which generally guards against SQL injection, though AI-generated complex filters could still be a concern if not carefully reviewed. No 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score58
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars62
Forks1
Last Update2026-01-09

Tags

DjangoAI AssistantDevelopment ToolMCPIntrospection