Merchant Context for Gemini CLI
io.github.ihint/merchant-context
Resolve sourced merchant facts and safe actions before an agent acts.
client:Gemini CLI
transport:streamable-http
tools:9
Install Merchant Context in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"merchant-context": {
"httpUrl": "https://api.merchant.atomandbits.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs