hubd for Gemini CLI
io.github.bzdos/hubd
The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.
client:Gemini CLI
transport:stdio
runtime:npm
Install hubd in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hubd": {
"command": "npx",
"args": [
"-y",
"@bzdos/hubd"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs