Odel
ncp

ncp

Local
@portel-dev97JavaScriptUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@portel/ncpv1.5.3

Run

npx -y @portel/ncp

MCP client config

{
  "mcpServers": {
    "ncp": {
      "command": "npx",
      "args": [
        "-y",
        "@portel/ncp"
      ]
    }
  }
}