Skip to content
VS Code

Django ORM Lens for VS Code

io.github.frowningdev/django-orm-lens

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

client:VS Code transport:stdio runtime:pypi

Install Django ORM Lens in VS Code

.vscode/mcp.json

{
  "servers": {
    "django-orm-lens": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "django-orm-lens"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Django ORM Lens in other clients