Skip to content
Zed

pyscn for Zed

io.github.ludo-technologies/pyscn

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

client:Zed transport:stdio runtime:pypi

Install pyscn in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "pyscn": {
      "command": "uvx",
      "args": [
        "pyscn-mcp"
      ],
      "env": {
        "PYSCN_CONFIG": "<PYSCN_CONFIG>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pyscn in other clients