Django Ai Boost
UnclaimedA MCP server for Django applications, inspired by Laravel Boost.
Install
uv pip install django-ai-boostUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
app_label
The Django app label (e.g., "blog")
app_labels
Optional list of app labels to filter (e.g., ["blog", "auth"]). If not provided, returns all models.
args
Optional list of positional arguments
databases
Optional list of database aliases to include
deploy
Include deployment checks when true
fail_level
Minimum severity ("CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG")
filters
Optional dict of field lookups (e.g., {"status": "published", "featured": true})
handler_name
Optional handler name to read from a single file handler
kwargs
Optional dict of keyword arguments
limit
Maximum number of results to return (default: 100, max: 1000)
lines
Number of lines to return per file (default: 100, configurable via DJANGOMCPMAXLOGLINES env var)
macOS
~/Library/Application Support/Claude/claudedesktopconfig.json
model_name
The model name (e.g., "Post")
order_by
Optional list of fields to order by (e.g., ["-createdat", "title"])
pk
The primary key of the instance
tags
Optional list of check tags (e.g., "models", "compatibility")
topic
The Django topic or feature to search for (e.g., "models", "queryset", "migrations", "authentication")
url_name
The URL pattern name (e.g., "postdetail", "admin:index")