Skip to content
Zed

koda for Zed

io.github.aabxtract/koda

Verification and memory layer for coding-agent workflows.

client:Zed transport:stdio runtime:npm

Install koda in Zed

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

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

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

koda in other clients