Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Django Orm Lens
Django Orm Lens logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:49:40 PM

Django Orm Lens

User RatingsBe the first to rate and review this MCP server!
View Repository73 GitHub StarsTotal stargazers on GitHub for the source repository (73 stars).Visit Website
djangopythonormstatic-analysisdeveloper-tools

Static Django ORM analysis over MCP for inspecting models, relations, migrations, indexes, and signals without a database.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "frowningdev-django-orm-lens": {
      "command": "uvx",
      "args": [
        "django-orm-lens"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

FROWNINGdev/django-orm-lens MCP server statically analyzes Django projects and exposes schema information through read-only MCP tools. It parses project source without connecting to a database, starting Django, or requiring credentials. The tools cover applications, models, relationships, migration dependencies, cascade effects, ER diagrams, index suggestions, and signal graphs. Reach for it when an AI agent needs grounded Django schema context from a project directory.

Use cases

โ€ขInspect Django models and fields from a repository
โ€ขTrace foreign-key, many-to-many, and one-to-one relationships
โ€ขReview migration dependencies and cascade behavior
โ€ขIdentify potential missing indexes
โ€ขMap Django signal connections

Key features

โ€ขStatic Django ORM analysis
โ€ขRead-only MCP tools
โ€ขModel and relationship inspection
โ€ขMigration dependency analysis
โ€ขER diagram generation
โ€ขSignal graph and index analysis

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Django Orm Lens.

Extracted Tool Capabilities
Static Django ORM analysis
Read-only MCP tools
Model and relationship inspection
Migration dependency analysis
ER diagram generation
Signal graph and index analysis

How Django Orm Lens works

What FROWNINGdev/django-orm-lens MCP server does

FROWNINGdev/django-orm-lens MCP server gives an AI client a static view of a Django project's ORM structure. It extracts information from the project's source code rather than querying a live database or booting the Django application. That makes it suitable for repository analysis when the database is unavailable, the project environment is incomplete, or loading the application settings is undesirable.

The exposed data includes Django apps, models, fields, and model relationships. Relationship details include foreign keys, many-to-many and one-to-one associations, on_delete behavior, and related names. The server also analyzes migration dependencies, possible cascade effects, index opportunities, and signal connections.

How it works

The MCP package uses the same static parser core as the project's other distribution surfaces. An MCP client sends a schema question to the server, and the server reads the Django project files under the configured root. Results are returned as analysis of the source rather than as runtime observations from Django or the database.

This design avoids several runtime requirements. The material states that the server does not need a database, a running runserver process, a working virtual environment, a settings module, or credentials for its static scan. It therefore fits code review, repository exploration, and architecture questions where source-level structure is the relevant ground truth.

Setup and configuration

Install the MCP extra from PyPI with:

Terminal
pip install "django-orm-lens[mcp]"

Configure DJANGO_ORM_LENS_ROOT with the absolute path to the Django project being analyzed. The README describes MCP setup as a JSON client configuration that points this variable at the project root, but the supplied material does not provide the complete configuration block or a separate server launch command.

The package is described as MIT-licensed and does not require an API key, account, paid service, or database credentials. The same project also provides a CLI and editor extensions, but those are separate distribution surfaces from the MCP interface.

Tools and capabilities

The listing identifies these read-only tools:

  • listapps โ€” inspect Django applications.
  • listmodels โ€” enumerate models.
  • describemodel โ€” inspect model structure and fields.
  • findrelations โ€” examine foreign-key, many-to-many, and one-to-one relationships.
  • cascadepreview โ€” review deletion and cascade behavior.
  • erdiagram โ€” represent the model graph as an entity-relationship diagram.
  • describemigrationdependency โ€” inspect migration dependency relationships.
  • suggestindexes โ€” identify missing or useful indexes from the analyzed ORM structure.
  • signalgraph โ€” inspect signal connections across the project.

FROWNINGdev/django-orm-lens MCP server is read-only: the supplied description does not indicate tools for changing source files, applying migrations, mutating database records, or running queries against a database.

Limitations and notes

Static analysis cannot provide live database state or runtime behavior that is not represented in the parsed project source. In particular, this MCP server should not be treated as a database inspection tool or as a replacement for executing Django migrations and queries.

The README names Cursor, Windsurf, Claude Code, Aider, Zed, and Continue as agent or editor surfaces for the broader project. The provided material does not specifically confirm Claude Desktop compatibility. FROWNINGdev/django-orm-lens MCP server is best matched to agents that need repository-local Django schema context without application startup.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Mysql MCP Server โ†’
  • Prisma MCP logoPrisma MCP

    Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Prisma MCP โ†’
  • MCP Mysql Server logoMCP Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs MCP Mysql Server โ†’
  • Monitor logoMonitor

    Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs Monitor โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
73
Stargazers on the source repository.
Last commit
9d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Django Orm Lens

Install the PyPI MCP extra with `pip install "django-orm-lens[mcp]"`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDjango Orm Lens AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/frowningdev-django-orm-lens?style=directory)](https://allmcps.com/mcp/frowningdev-django-orm-lens)
HTML Embed
<a href="https://allmcps.com/mcp/frowningdev-django-orm-lens"><img src="https://allmcps.com/api/badge/frowningdev-django-orm-lens?style=directory" alt="Django Orm Lens on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars73
GitHub Star CountTotal stargazers on GitHub representing community popularity (73 stars).
Last commit9d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท django-orm-lens (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Django Orm Lens โ†’Install in Claude DesktopInstall in CursorInstall in VS Code