Skip to content
Zed

prodcheck for Zed

io.github.farzamhabibi/prodcheck

4,372 pre-production checks: security, performance, scale, integrations, post-launch.

client:Zed transport:stdio runtime:npm

Install prodcheck in Zed

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

{
  "context_servers": {
    "prodcheck": {
      "command": "npx",
      "args": [
        "-y",
        "prodcheck"
      ]
    }
  }
}

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

prodcheck in other clients