Skip to content
Cursor

ncp for Cursor

io.github.portel-dev/ncp

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

client:Cursor transport:stdio runtime:npm

Install ncp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ncp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@portel/ncp"
      ],
      "env": {
        "NCP_DEBUG": "<NCP_DEBUG>",
        "NCP_MODE": "<NCP_MODE>",
        "NO_COLOR": "<NO_COLOR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ncp in other clients