node server orchestrator for Zed
io.github.shingwong/node-server-orchestrator
MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)
client:Zed
transport:stdio
runtime:npm
Install node server orchestrator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"node-server-orchestrator": {
"command": "npx",
"args": [
"-y",
"node-server-orchestrator"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs