NCP (Natural Context Provider) provides a unified interface for AI to manage and execute tasks across multiple tools, reducing complexity and improving efficiency. It allows for code execution, scheduling, and skills discovery with just a few commands.
From the registry: N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

$ npm install -g @portel/ncpPlease install the `ncp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or higher (https://nodejs.org/)
- **Install NCP globally** — npm install -g @portel/ncp Run: `npm install -g @portel/ncp`
- **Import or add MCPs** — Either `ncp config import` from an existing config or `ncp add <name> <command>` to add MCPs
Canonical MCP server config (stdio transport):
- command: `ncp`
- args: []
Note: Meta-MCP that unifies 50+ MCPs into 2-3 tools (find/code/run). Reduces token usage by 97%. Supports code mode, scheduling, and skills.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support