DepthOS Universal Bridge (DepthOSUB)

by The-Promethean-Society

197 downloads
Not rated
GitHub

About

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.

Details

Author
The-Promethean-Society
Downloads
197
Categories
Developer Tools, AI

- Orchestrates multiple specialist models
- Portable project context via touchpoint.md anchor
- Meritocratic cost settlement protocol
- Moves beyond single-model limitations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DepthOS Universal Bridge (DepthOSUB)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "depthos universal bridge (depthosub)": {
            "depthos-bridge": {
                "command": "npx",
                "args": [
                    "-y",
                    "depthos-bridge@latest",
                    "start"
                ],
                "env": {
                    "DEPTHOS_MODE": "polyphonic",
                    "NETWORK_STATE": "promethea"
                }
            }
        }
    }
}

McpServers

{
    "depthos-bridge": {
        "command": "npx",
        "args": [
            "-y",
            "depthos-bridge@latest",
            "start"
        ],
        "env": {
            "DEPTHOS_MODE": "polyphonic",
            "NETWORK_STATE": "promethea"
        }
    }
}

Content: DepthOSUB moves beyond the limitations of single-model interactions by orchestrating an array of specialist models. It ensures project context remains portable via the touchpoint.md anchor and settles operational costs via a meritocratic ledger protocol.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.