Gives AI assistants read-only access to your Django project's internals through FastMCP. You get tools to list models, URLs, and management commands, introspect database schemas and migrations, query settings with dot notation, and read application logs with filtering. Authentication is built in via bearer tokens when running in SSE mode for production deployments. The stdio transport is local-only with no auth. Useful when you want your AI pair programmer to understand your Django codebase without manually explaining your models, URL patterns, or configuration. All operations are safe and read-only, so you can expose project structure without worrying about accidental modifications during development or code review sessions.
claude mcp add --transport stdio raisiqueira-django-telescope uvx django-telescope