hubd

bzdOS/hubd
★ 0 stars JavaScript AI/LLM Updated today
Files-first project hub for mixed teams of AI agents and humans — shared journal, tasks, queues and a read-only kanban. MCP server + CLI, zero dependencies.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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