Skip to content
VS Code

Onde Inference CLI for VS Code

io.github.ondeinference/onde-cli

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

client:VS Code transport:stdio runtime:npm

Install Onde Inference CLI in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Onde Inference CLI in other clients