Description: The Neural Router for DepthOS. A polyphonic Model Context Protocol (MCP) server that orchestrates an ensemble of LLM specialists into a unified development hive mind. Implements the .depthos/touchpoint.md protocol for absolute project alignment.
Server Config
{
"mcpServers": {
"depthos-bridge": {
"command": "npx",
"args": [
"-y",
"depthos-bridge@latest",
"start"
],
"env": {
"DEPTHOS_MODE": "polyphonic",
"NETWORK_STATE": "promethea"
}
}
}
}