Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ncp in other clients