Django ORM Lens for Cursor
io.github.frowningdev/django-orm-lens
Django ORM static analysis MCP. Models, relations, migrations, indexes, signals, N+1.
client:Cursor
transport:stdio
runtime:pypi
Install Django ORM Lens in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"django-orm-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"django-orm-lens"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs