The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.
claude mcp add hubd -- npx -y @bzdos/hubd
claude_desktop_config.json
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hubd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.bzdOS--hubd/reviews or the review_server meta-tool.
POST /mcp