Exposes Django project information through the Model Context Protocol (MCP) to enable AI assistants to better understand and interact with Django codebases.
Django Telescope is a Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost. It creates a bridge between your Django project and AI assistants, allowing them to gain deep, read-only context about your application's internals. By exposing critical project information such as models, URLs, database schemas, settings, and logs, it empowers AI tools to provide more accurate and relevant assistance for tasks like answering codebase questions, identifying issues, and aiding in development without requiring direct code execution.