ncp
About
N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NCP_DEBUG NCP_MODE NO_COLORClaude Code
claude mcp add --env NCP_DEBUG= --env NCP_MODE= --env NO_COLOR= ncp -- npx @portel/ncp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ncp","command":"npx","args":["@portel/ncp"],"env":{"NCP_DEBUG":"","NCP_MODE":"","NO_COLOR":""}}'
JSON
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"@portel/ncp"
],
"env": {
"NCP_DEBUG": "",
"NCP_MODE": "",
"NO_COLOR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.