Django ORM Lens for Grok
io.github.frowningdev/django-orm-lens
Django ORM static analysis MCP. Models, relations, migrations, indexes, signals, N+1.
client:Grok
transport:stdio
runtime:pypi
Install Django ORM Lens in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"django-orm-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"django-orm-lens"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs