Skip to content
VS Code

hubd for VS Code

io.github.bzdos/hubd

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

client:VS Code transport:stdio runtime:npm

Install hubd in VS Code

.vscode/mcp.json

{
  "servers": {
    "hubd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bzdos/hubd"
      ]
    }
  }
}

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

hubd in other clients