Skip to content
Zed

mendapi for Zed

com.mendapi/mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

client:Zed transport:stdio runtime:npm

Install mendapi in Zed

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

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

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

mendapi in other clients