← Index

io.github.portel-dev/ncp

io.github.portel-dev/ncp·v1.5.3·Other
Quality Score
72
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ncp": {
      "command": "npx",
      "args": [
        "-y",
        "@portel/ncp"
      ],
      "env": {
        "NCP_DEBUG": "false",
        "NCP_MODE": "mcp",
        "NO_COLOR": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ncp": {
      "command": "npx",
      "args": [
        "-y",
        "@portel/ncp"
      ],
      "env": {
        "NCP_DEBUG": "false",
        "NCP_MODE": "mcp",
        "NO_COLOR": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @portel/ncp
§02  Environment variables
NCP_DEBUG

Enable debug logging for troubleshooting

NCP_MODE

Operating mode: 'mcp' for AI assistant integration or 'cli' for command-line

NO_COLOR

Disable colored output in logs and CLI

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other