node server orchestrator for Cursor
io.github.shingwong/node-server-orchestrator
MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)
client:Cursor
transport:stdio
runtime:npm
Install node server orchestrator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"node-server-orchestrator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"node-server-orchestrator"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs