Odel
hubd

hubd

Local
@bzdos2JavaScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bzdos/hubdv0.4.2

Run

npx -y @bzdos/hubd

MCP client config

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