Skip to content
Cursor

hubd for Cursor

io.github.bzdos/hubd

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

client:Cursor transport:stdio runtime:npm

Install hubd in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "hubd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bzdos/hubd"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hubd in other clients