Skip to content
Grok

Django Chainsaw for Grok

io.github.syrian963/django-chainsaw-mcp

Finds what will hurt in a Django project: cascades, N+1, unsafe migrations, tenant leaks.

client:Grok transport:stdio runtime:pypi

Install Django Chainsaw in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "django-chainsaw-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "django-chainsaw-mcp"
      ],
      "env": {
        "DJANGO_CHAINSAW_PROJECT_PATH": "<DJANGO_CHAINSAW_PROJECT_PATH>",
        "DJANGO_CHAINSAW_SETTINGS_MODULE": "<DJANGO_CHAINSAW_SETTINGS_MODULE>"
      }
    }
  }
}

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

Django Chainsaw in other clients