MCP Server
MCP
io.github.portel-dev/ncp
N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.
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
By
Comments
Sign in to leave a comment