Skip to content
Zed

Onde Inference CLI for Zed

io.github.ondeinference/onde-cli

Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.

client:Zed transport:stdio runtime:npm

Install Onde Inference CLI in Zed

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

{
  "context_servers": {
    "onde-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@ondeinference/cli"
      ]
    }
  }
}

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

Onde Inference CLI in other clients