ncp for Zed
io.github.portel-dev/ncp
N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.
client:Zed
transport:stdio
runtime:npm
Install ncp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ncp": {
"command": "npx",
"args": [
"-y",
"@portel/ncp"
],
"env": {
"NCP_DEBUG": "<NCP_DEBUG>",
"NCP_MODE": "<NCP_MODE>",
"NO_COLOR": "<NO_COLOR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs