hunch for Gemini CLI
io.github.davesheffer/hunch
Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install hunch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hunch": {
"command": "npx",
"args": [
"-y",
"@davesheffer/hunch"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs