mcpbeat Sign in

Django Chainsaw MCP Server

local only

Django Chainsaw runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

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

Installs / week
pypi · django-chainsaw-mcp
0
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 3 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add django-chainsaw-mcp -- uvx django-chainsaw-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "django-chainsaw-mcp": {
      "args": [
        "django-chainsaw-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.django-chainsaw-mcp]
command = "uvx"
args = ["django-chainsaw-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "django-chainsaw-mcp": {
      "args": [
        "django-chainsaw-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "django-chainsaw-mcp": {
      "args": [
        "django-chainsaw-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DJANGO_CHAINSAW_PROJECT_PATH (Absolute path to the Django project to analyse - the directory containing manage.py, or whichever directory the settings module is importable from. This server must run in an interpreter that can import that project, so install it into the project's own environment rather than an isolated one.), DJANGO_CHAINSAW_SETTINGS_MODULE (Dotted path to the settings module, for example myproject.settings. Point it at the settings the site actually runs on: a base or partial module can import cleanly and load no models, and the server says so when that happens.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Django Chainsaw

same job, measured the same way
Django ORM Lens
by frowningdev

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

450 installs/wk local only
Breaking Changes & Migration Data
by nigelcox98

What breaks when you upgrade a package, and what to use instead - from official docs.

3 tools answering
Mint — Safe Mac Storage Actions
by dzgapp

Inspect Mac and AI-tool storage, explain file activity, and clean safely with Trash and Undo.

36 installs/wk local only
Personal Data Map Dsar Audit
by jmshinhwa

Reads a migration, Prisma schema, Django model or TypeORM entity and marks every column a subject ac

313 installs/wk local only
I
UK Legislation Changes
by busybusybussiness

Point-in-time amendment history for 506 UK legislation provisions.

4 tools answering
Pyproject Release Gate
by jmshinhwa

19 date-aware checks on the [project] metadata that decides whether your next release uploads

472 installs/wk local only
Hyperscale Tenant Tools
by hyperscale0

Hyperscale Product reads and contract operations over MCP.

2 tools answering
SQL Card Data Lint
by jmshinhwa

Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI

272 installs/wk local only

Django Chainsaw — questions

Answers built from our own checks of this server.

Why is there no uptime for Django Chainsaw?
Django Chainsaw runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package django-chainsaw-mcp.
How do I connect Django Chainsaw?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls django-chainsaw-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Django Chainsaw open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.