Back to Market
Django Shell
Enables AI assistants to execute Python code within a persistent Django shell session.
23
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.
Database Management
Developer Tools