space-bus

fro-bot/space-bus
★ 0 stars TypeScript AI/LLM Updated 10d ago
Space Bus — workspace agent bus for OpenCode. One control agent tasking per-project agents over the OpenCode server API, with an MCP facade for Claude Desktop.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "space-bus": {
      "command": "npx",
      "args": [
        "-y",
        "fro-bot/space-bus"
      ]
    }
  }
}

README Excerpt

<div align="center"> <img src="./assets/banner.svg" alt="space-bus Banner" width="100%" /> > Control project agents across workspaces </div> --- Workspace agent bus for OpenCode. A control agent — an ordinary OpenCode TUI running with this plugin installed — tasks dedicated agents in each project on your roster over a single `opencode serve`/`harness serve` instance, using per-request directory routing. A thin stdio MCP facade exposes the same tools to Claude Desktop.

Tools (1)

bus_roster

Topics

agent-orchestrationbunmcpopencodeplugintypescript