mcpbeat Sign in

Deploy MCP Server

local only

Deploy runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 6 Jul 2026.

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

Installs per day peak 22 · avg 9 · +59% w/w
a month agotoday
45
Installs / week
npm · @nometria-ai/claude-code
3
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Runs commands and sends data out [пакет] src/mcp-server.js:524
          buildOutput = execSync(config.build.command, { cwd: dir, stdio: 'pipe', env: { ...process.env, NODE_ENV: 'production' } }).toString();
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.

          buildOutput = execSync(config.build.command, { cwd: dir, stdio: 'pipe', env: { ...process.env, NODE_ENV: 'production' } }).toString();
Reads files and sends them to the network src/mcp-server.js:9, [пакет] src/mcp-server.js:9
import { readFileSync, existsSync, writeFileSync, mkdirSync, readdirSync } from 'node:fs';

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Deploy and you get told the day something new turns up.

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

This one needs environment variables set before it will start: NOMETRIA_API_KEY (Your Nometria API key (get one at https://ownmy.app/settings/api-keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Deploy

same job, measured the same way
Replicate
by mcparmory

Run AI models, create deployments, and manage predictions via cloud API

266 installs/wk local only
Flux Cloud
by runonflux

Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.

1 626 installs/wk 15 tools answering
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

26 installs/wk local only
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Sentinel
by clarencyu-boop

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

36 installs/wk local only
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only

Deploy — questions

Answers built from our own checks of this server.

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