Back to Home
vintasoftware icon

django-ai-boost

Verified Safe

by vintasoftware

Overview

Provides a Model Context Protocol (MCP) interface for Django applications, allowing AI assistants to introspect project details like models, URLs, settings, and database schema.

Installation

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

Environment Variables

  • DJANGO_SETTINGS_MODULE
  • PYTHONPATH

Security Notes

The server is explicitly designed for read-only operations, preventing data modification through its tools. It does not use `eval` or exhibit obfuscation. Hardcoded secrets in test settings are clearly marked as such. The `query_model` tool, while powerful for data introspection, includes `try...except` blocks for invalid parameters and enforces a `limit` on results (default 100, max 1000) to mitigate excessive data exfiltration or denial-of-service via large queries. Network exposure with SSE transport defaults to localhost but can be configured for broader access, requiring a trusted environment.

Similar Servers

Stats

Interest Score64
Security Score9
Cost ClassLow
Avg Tokens500
Stars41
Forks0
Last Update2025-11-28

Tags

DjangoAIMCPIntrospectionDeveloper Tools