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).
Run
npx -y @ondeinference/cli
MCP client config
{
"mcpServers": {
"onde-inference-cli": {
"command": "npx",
"args": [
"-y",
"@ondeinference/cli"
]
}
}
}Published to NuGet as `Onde.Cli` — run it with your .NET MCP host.