mcpbeat Sign in

cmdxray MCP Server

local only

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

Offline MCP server: explains shell commands token-by-token and flags destructive ones for AI agents.

Installs per day peak 964 · avg 139 · -16% w/w
a month agotoday
2 761
Installs / week
npm · cmdxray
4
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 8 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.

Installs itself into autostart src/danger.ts:322, src/db.ts:2674
        detail: "crontab -r deletes the user's entire crontab with no confirmation — and sits right next to -e on the keyboard.",

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

Alternatives to cmdxray

same job, measured the same way
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

46 installs/wk local only
SSH MCP Server
by hypnosis

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

180 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

34 installs/wk local only
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

43 installs/wk answering
Stylespeak
by patrizzos

MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.

52 installs/wk local only
SSH Client MCP Server
by jordanburke

MCP server for executing shell commands on remote hosts via SSH.

45 installs/wk local only
Hubd
by bzdos

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

723 installs/wk local only
Zooidfund
by zooid

MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.

9 tools answering

cmdxray — questions

Answers built from our own checks of this server.

Why is there no uptime for cmdxray?
cmdxray 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 cmdxray was installed 2 761 times last week.
How do I connect cmdxray?
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 cmdxray straight from npm; nothing to host, nothing to sign up for.
How many people use cmdxray?
The npm package cmdxray was installed 2 761 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is cmdxray open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.