Hermes Grocy MCP for Gemini CLI
io.github.rusty4444/hermes-grocy-mcp
MCP server for Grocy household ERP inventory and shopping workflows.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Hermes Grocy MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hermes-grocy-mcp": {
"command": "uvx",
"args": [
"hermes-grocy-mcp"
],
"env": {
"GROCY_BASE_URL": "<GROCY_BASE_URL>",
"GROCY_API_KEY": "<GROCY_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs