mcpbeat Sign in

Ncp MCP Server

by portel-dev Your server? Claim it
local only

Ncp runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 12 Jun 2026.

N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

Installs per day peak 33 · avg 10 · +386% w/w
a month agotoday
99
Installs / week
npm · @portel/ncp
98
Stars
1 open issues
12 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call run.code → src/cli/index.ts:2921
      writeFileSync(tempFile, job.parameters.code, 'utf-8');
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.

Reads secrets and sends them out src/cli/index.ts:623
const hasNcpEnvVars = Object.keys(process.env).some(key => key.startsWith('NCP_'));
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: npm run build:if-dev
            execSync(`which ${ed}`, { stdio: 'ignore' });
          const destFile = path.join(photonDir, fileName);
      `Update with: ${chalk.cyan(`ncp update ${mcpInfo.name}`)}`
Dumps the whole environment src/cli/index.ts:623
const hasNcpEnvVars = Object.keys(process.env).some(key => key.startsWith('NCP_'));
Reads files and sends them to the network src/cli/index.ts:4571
      const files = await fs.readdir(photonDir);

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: NCP_DEBUG (Enable debug logging for troubleshooting), NCP_MODE (Operating mode: 'mcp' for AI assistant integration or 'cli' for command-line), NO_COLOR (Disable colored output in logs and CLI). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ncp

same job, measured the same way
Nynch MCP Server
by peterod99

CRM, relationship intelligence, and multi-agent orchestration for AI agents.

answering
Agentled
by agentled

Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.

279 installs/wk local only
I
Orchestro
by khaoss85

Your AI Development Conductor - 60 MCP tools for intelligent task orchestration

83 installs/wk local only
McpOrchestrator
by byggarepop

Route one agent through one MCP server to many, with progressive tool discovery to shrink context.

local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
MCP Orchestrator
by rupinder2

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

50 installs/wk local only
pAIchart MCP Hub
by paichart

MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

answering
Kilawatt MCP Server
by kilawattcloud

Kilawatt Cloud MCP Server for AI Agent GPU Orchestration

56 installs/wk local only

Ncp — questions

Answers built from our own checks of this server.

Why is there no uptime for Ncp?
Ncp 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 @portel/ncp was installed 99 times last week.
How do I connect Ncp?
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 @portel/ncp straight from npm; nothing to host, nothing to sign up for.
How many people use Ncp?
The npm package @portel/ncp was installed 99 times in the last week. Week over week that is +386%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ncp open source?
We cannot say either way: written in JavaScript, 98 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.