Enables AI assistants to execute Python code within a persistent Django shell session.
Designed for AI assistants, this tool provides a Model Context Protocol (MCP) server that establishes a stateful Django shell. It allows AI assistants to interact directly with a Django project, maintaining session state for variables and imports across calls. This facilitates iterative exploration of models, testing queries, and debugging within the Django environment, offering full shell access in a controlled development setting for AI-driven tasks.