mcpbeat Sign in

Onde Inference CLI MCP Server

by ondeinference Your server? Claim it
local only

Onde Inference CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 23 Jul 2026.

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

Installs per day peak 13 · avg 6 · +31% w/w
a month agotoday
32
Installs / week
npm · @ondeinference/cli
0
Stars
1 open issues
23 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command npm/onde-cli/src/index.ts:37
    const processResult = spawnSync(getExePath(), args, { stdio: "inherit" });
Runs an external command nuget/onde-cli/Program.cs:103
        using Process process = Process.Start(startInfo)
Runs an external command pub/onde_cli/lib/onde_cli.dart:18
  final process = await Process.start(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add onde-cli -- npx -y @ondeinference/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onde-cli": {
      "args": [
        "-y",
        "@ondeinference/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.onde-cli]
command = "npx"
args = ["-y", "@ondeinference/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "onde-cli": {
      "args": [
        "-y",
        "@ondeinference/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "onde-cli": {
      "args": [
        "-y",
        "@ondeinference/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Onde Inference CLI

same job, measured the same way
AppCrane
by gitayg

Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.

391 installs/wk local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
Model Ledger
by block

Model inventory and governance: trace deployed models and their dependencies as an append-only log

224 installs/wk local only
JustDeploy
by justdeploy

Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent

answering
Basicdeploy MCP
by akacianl

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

107 installs/wk local only
Fireworks
by usefulapi

Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs.

14 tools answering
InstaPods
by instapods

Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.

answering
Scalingo
by usefulapi

Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant.

21 tools answering

Onde Inference CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for Onde Inference CLI?
Onde Inference CLI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ondeinference/cli was installed 32 times last week.
How do I connect Onde Inference CLI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ondeinference/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Onde Inference CLI?
The npm package @ondeinference/cli was installed 32 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Onde Inference CLI open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.