Back to MCP Servers
Hubd
Files-first project hub for teams of humans and AI agents: shared journal, cross-project tasks, agent queues, and a read-only kanban. MCP server + CLI, zero dependencies.
workplace-productivityaiagent
By bzdOS
Installation
npx -y hubdConfiguration
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": ["-y", "hubd"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes