ncp for Cline
io.github.portel-dev/ncp
N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.
client:Cline
transport:stdio
runtime:npm
Install ncp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
],
"env": {
"NCP_DEBUG": "<NCP_DEBUG>",
"NCP_MODE": "<NCP_MODE>",
"NO_COLOR": "<NO_COLOR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs