Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Hermes Grocy MCP in other clients