Skip to content
VS Code

bus mcp for VS Code

io.github.jaimenbell/bus-mcp

MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.

client:VS Code transport:stdio runtime:pypi

Install bus mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bus-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bus-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bus mcp in other clients