← Back to Plugins
MCP Server MCP

pyscn

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx pyscn-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pyscn-mcp",
      "version": "1.29.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to a .pyscn.toml configuration file. Defaults to the usual config discovery (.pyscn.toml, then pyproject.toml) starting from the analyzed directory.",
          "format": "filepath",
          "name": "PYSCN_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...