Problem
- Exposing Django’s official documentation with an MCP server that can be deployed locally or can be used from a remote dedicated URL like mcp.djangoproject.com can help the LLM or agents that developers are using widely write better Django code.
- Right now the Django development by these AI tools are completely based on LLM general knowledge is a little outdated and does not have realtime access to Django’s documentation
Proposal
- Exposes Django documentation as tools to AI assistants.
- Dedicated hosted server at mcp.djangoproject.com and a local deployable version.
- Have tools like: Search docs based on a task, Fetch version specific API Documentation,
- Current security and performance best practices
- Auto complete/ Edit code tool to modify/complete existing code or provide suggestions.
Existing Precedents
- Svelte : Overview • Svelte MCP Docs
- Nuxt UI: MCP Server - Nuxt UI
MCP servers are straightforward to build and maintain, they can be auto generated from the latest documentation in a periodic releases.