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

Installation

npx -y hubd

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub