← Back to Plugins
MCP Server MCP

io.github.portel-dev/ncp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @portel/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@portel/ncp",
      "version": "1.5.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable debug logging for troubleshooting",
          "default": "false",
          "name": "NCP_DEBUG"
        },
        {
          "description": "Operating mode: 'mcp' for AI assistant integration or 'cli' for command-line",
          "default": "mcp",
          "name": "NCP_MODE"
        },
        {
          "description": "Disable colored output in logs and CLI",
          "default": "false",
          "name": "NO_COLOR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...