Skip to content
Zed

pare python for Zed

io.github.dave-london/pare-python

Pare Python ג€” Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON.

client:Zed transport:stdio runtime:npm

Install pare python in Zed

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

{
  "context_servers": {
    "pare-python": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/python"
      ]
    }
  }
}

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

pare python in other clients