mcpbeat Sign in

CLI MCP Server

by settlemesh Your server? Claim it
local only

CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 278 installs a week from npm. Last commit 3 Sep 2026.

Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.

Installs per day peak 295 · avg 60 · -71% w/w
a month agotoday
278
Installs / week
npm · settlemesh
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 7 d 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 a command on install [пакет] package.json:1
postinstall: node scripts/install.js
File ships in the package but is absent from the source [пакет] bin/settle.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/settle.js:56
const result = spawnSync(binaryPath, process.argv.slice(2), {
Builds a file path from a variable [пакет] bin/settle.js:11
let binaryPath = binaryOverride || path.join(vendorDir, binaryName);

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 cli -- npx -y settlemesh
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "settlemesh"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "settlemesh"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "settlemesh"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "settlemesh"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SETTLE_API_KEY (SettleMesh API key (sk-settle-...). Optional if you have run `settlemesh login` and a CLI session is stored. Never written to the protocol stream or logs.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CLI

same job, measured the same way
Homespun
by homespun

Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.

1 428 installs/wk 26 tools answering
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering
Platform
by somewhere

Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools.

answering
Awesome Coolify
by clezcoding

Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases

79 installs/wk local only
JustDeploy
by justdeploy

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

answering
Croft
by oncroft

Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.

26 tools answering
AgentBuilders
by sirarchiemccarthy-oss

Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.

13 tools answering

CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for CLI?
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 settlemesh was installed 278 times last week.
How do I connect 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 settlemesh straight from npm; nothing to host, nothing to sign up for.
How many people use CLI?
The npm package settlemesh was installed 278 times in the last week. Week over week that is -71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CLI open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.