Skip to content
Zed

hubd for Zed

io.github.bzdos/hubd

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

client:Zed transport:stdio runtime:npm

Install hubd in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

hubd in other clients