HomeOther › pyscn

pyscn

Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.

Go
★ 1,080 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.32.1)

uvx pyscn-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "pyscn": {
      "command": "uvx",
      "args": [
        "pyscn-mcp"
      ],
      "env": {
        "PYSCN_CONFIG": "<YOUR_VALUE>"
      }
    }
  }
}
  • PYSCN_CONFIG — Path to a .pyscn.toml configuration file. Defaults to the usual config discovery (.pyscn.toml, then pyproject.toml) starting from the analyzed directory.

Related servers

Data from the Official MCP Registry