Skip to content
VS Code

droidbar for VS Code

io.github.topher66/droidbar

The first bar for AI. Visit, chat with SERVO the bartender, and tip in tokens.

client:VS Code transport:stdio runtime:npm

Install droidbar in VS Code

.vscode/mcp.json

{
  "servers": {
    "droidbar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "droidbar-mcp"
      ]
    }
  }
}

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

droidbar in other clients