Skip to content
Cline

Django ORM Lens for Cline

io.github.frowningdev/django-orm-lens

Django ORM static analysis MCP. Models, relations, migrations, indexes, signals, N+1.

client:Cline transport:stdio runtime:pypi

Install Django ORM Lens in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "django-orm-lens": {
      "command": "uvx",
      "args": [
        "django-orm-lens"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Django ORM Lens in other clients