Hubd MCP Server

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

Remote serverstreamable-httpGo

What is the Hubd MCP server?

Hubd MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

What you get

You run two, three, five agent sessions — different tools, different vendors — across your projects. Each one is brilliant, and each one has no idea the others exist. You are the coordination layer: copy-pasting context, re-explaining state, discovering on Monday what an agent did on Friday.

What the assistant can call

Once Hubd is connected, these are the calls the assistant has available:

  • Code — the npm package. Update like any global CLI:
  • Data — HUBD_DIR (default ~/.hubd): plain markdown + JSONL, yours to keep
  • Queues — per-role message queues. Send work; an agent blocks on wait
  • Harvest — one prompt turns any working dialog into project digests, tasks

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Hubd's toolset — Code, Data, Queues and 1 more — is a fair guide to whether it matches your workflow. It is maintained by bzdOS; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the hubd mcp server does with a few real requests.

Available tools

ToolWhat it does
Codethe npm package. Update like any global CLI:
DataHUBD_DIR (default ~/.hubd): plain markdown + JSONL, yours to keep.
Queuesper-role message queues. Send work; an agent blocks on wait
Harvestone prompt turns any working dialog into project digests, tasks

How to install the Hubd MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Hubd to Code.
  • Use Hubd to Data.
  • Use Hubd to Queues.

Frequently asked questions

It connects Hubd to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Code, Data, Queues, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Hubd directly.