Skip to content

code health suite for Zed

io.github.neogeweb3/code-health-suite

16 engines, 28 MCP tools for Python code quality. Zero external dependencies.

client:Zed transport:stdio runtime:pypi

Install code health suite in Zed

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

{
  "context_servers": {
    "code-health-suite": {
      "command": "uvx",
      "args": [
        "code-health-suite"
      ]
    }
  }
}

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

code health suite in other clients