Odel
Onde Inference CLI

Onde Inference CLI

Local
@ondeinferenceRustApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ondeinference/cliv0.4.1

Run

npx -y @ondeinference/cli

MCP client config

{
  "mcpServers": {
    "onde-inference-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@ondeinference/cli"
      ]
    }
  }
}
NuGetOnde.Cliv0.4.1

Published to NuGet as `Onde.Cli` — run it with your .NET MCP host.