IDE Integration
Get instant access to DjangoCFG documentation directly in your IDE using the Model Context Protocol (MCP).
Quick Setup
Add to your IDE’s MCP configuration:
{
"mcpServers": {
"djangocfg": {
"url": "https://mcp.djangocfg.com/mcp"
}
}
}Supported IDEs
- Claude Code — Add to
~/.claude/settings.json - Cursor — Add to MCP settings
- Any MCP-compatible IDE
What You Get
Once connected, your AI assistant can:
- Search DjangoCFG documentation
- Answer questions about configuration
- Help with Django-CFG specific patterns
Test Connection
Visit MCP Test Page to verify your connection is working.