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).
Run
npx -y @bzdos/hubd
MCP client config
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}