node server orchestrator for Windsurf
io.github.shingwong/node-server-orchestrator
MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)
client:Windsurf
transport:stdio
runtime:npm
Install node server orchestrator in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"node-server-orchestrator": {
"command": "npx",
"args": [
"-y",
"node-server-orchestrator"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs