Hubd MCP Server

The project tracker for teams of humans and AI agents - in plain files. A tool for agents rarely fails by crashing. It fails by answering - confidently, and wrong. A list that ended early without saying so. A count that turns out to be mostly duplicates. A task close that lands on somebody else's id. A person would stop at "wait, fifteen hundred tasks? I didn't create fifteen hundred tasks." An agent has no such…

People who work with coordination, files first and kanban and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 2 · #6 OF 41 MAINTAINED FILESYSTEM · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Hubd

before you install - you'll need

HUBD_AGENT is optional or environment-specific per the README.

Claude Code

claude mcp add bzdos-hubd -- npx -y @bzdos/hubd

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @bzdos/hubd - published under the repo owner's npm scope (@bzdos)

registry namespace io.github.bzdOS is GitHub-verified and matches the repo owner

03 · What Hubd can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.15 · 2026-09-10

.checkins.json holds each agent's hub_whatsnew checkpoint. runWhatsNew's own comment has described it for releases as "gitignored, per-node like .qstate/ - never mesh-synced, so it never merge-conflicts". On the hub it…

v0.9.14 · 2026-09-10

Two releases in one day, and the second one fixes the first - see below for why that is the honest way round. · 0.9.13 - presence answered a fleet question with one machine's answer · The same role read as 383 minutes…

v0.9.13 · 2026-09-10

Superseded within the day by v0.9.14, which fixes a defect in this release of exactly the kind this release was about: it reported an idle node's old registry as a blind spot. Install 0.9.14. Full notes for both are on…

04 · Who maintains Hubd

hubd is maintained by bzdos. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
filesystem - ranked #6 of 41 actively-maintained filesystem servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-10)
registry
io.github.bzdOS/hubd (active, first published 2026-06-25 · 3 versions)
packages
npm:@bzdos/hubd

06 · Hubd FAQ

What is Hubd?

The project tracker for teams of humans and AI agents - in plain files. A tool for agents rarely fails by crashing. It fails by answering - confidently, and wrong. A list that ended early without saying so. A count that turns out to be mostly duplicates. A task close that lands on somebody else's id. A person would stop at "wait, fifteen hundred tasks? I didn't create fifteen hundred tasks." An agent has no such…

Is Hubd still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Hubd?

Run `npx -y @bzdos/hubd`. The README documents one environment variable (HUBD_AGENT) to set first. HUBD_AGENT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Hubd run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Hubd

More filesystem MCP servers · MCP Film Directory · Synology NAS · File Tools · Google Drive · ellmos FileCommander

More JavaScript MCP servers · Memoir · Candor Finance · Cap Js MCP Server · AI Architect MCP Spec · see all