← Back to Plugins
MCP Server MCP

Hermes Grocy MCP

github By github 👁 1 views ▲ 0 votes

MCP server for Grocy household ERP inventory and shopping workflows.

Homepage Verified source GitHub

Install

uvx hermes-grocy-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "hermes-grocy-mcp",
      "version": "0.2.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Grocy base URL, with or without /api",
          "placeholder": "https://demo.grocy.info",
          "name": "GROCY_BASE_URL"
        },
        {
          "description": "Grocy API key for private instances or write access",
          "isSecret": true,
          "name": "GROCY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...