Skip to content
Zed

Hermes Grocy MCP for Zed

io.github.rusty4444/hermes-grocy-mcp

MCP server for Grocy household ERP inventory and shopping workflows.

client:Zed transport:stdio runtime:pypi

Install Hermes Grocy MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "hermes-grocy-mcp": {
      "command": "uvx",
      "args": [
        "hermes-grocy-mcp"
      ],
      "env": {
        "GROCY_BASE_URL": "<GROCY_BASE_URL>",
        "GROCY_API_KEY": "<GROCY_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Hermes Grocy MCP in other clients