vintasoftware/django-ai-boost
If you are the rightful owner of django-ai-boost and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Django AI Boost is a Model Context Protocol (MCP) server designed to enhance Django applications by providing AI assistants with better understanding and interaction capabilities.
Tools
Functions exposed to the LLM to take actions
application_info
Get Django and Python versions, installed apps, middleware, database engine, and debug mode status.
get_setting
Retrieve any Django setting using dot notation.
list_models
List all Django models with fields, types, max_length, null/blank status, and relationships.
list_urls
Show all URL patterns with names, patterns, and view handlers.
database_schema
Get complete database schema including tables, columns, types, indexes, and foreign keys.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client