Django ORM Lens is a Model Context Protocol (MCP) server: Django ORM static analysis MCP. Models, relations, migrations, indexes, signals, N+1. Because it speaks the Model Context Protocol, AI assistants can use Django ORM Lens as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package django-orm-lens (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v1.13.0, published under the MIT license, with source at FROWNINGdev/django-orm-lens on GitHub, where it has earned 72 stars.
On mcp.site, Django ORM Lens sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Django ORM Lens for FROWNINGdev, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — django-orm-lens · MCP over stdio
▸Open source — MIT license · FROWNINGdev/django-orm-lens