HomeDevelopment › ncp

ncp

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

TypeScript CloudLocal macOSWindowsLinux
★ 100 stars Last pushed 2026-09-20 License: NOASSERTION

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.3)

npx -y @portel/ncp@1.5.3

Or add to your MCP client config:

{
  "mcpServers": {
    "ncp": {
      "command": "npx",
      "args": [
        "-y",
        "@portel/ncp@1.5.3"
      ],
      "env": {
        "NCP_DEBUG": "<YOUR_VALUE>",
        "NCP_MODE": "<YOUR_VALUE>",
        "NO_COLOR": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry