Databases
Trust: 25/100 (Limited)io.github.ShingWong/node-server-orchestrator Guide
MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)
Quick Start
Install
npx node-server-orchestratorClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-shingwong-node-server-orchestrator": {
"command": "npx",
"args": [
"node-server-orchestrator"
]
}
}
}