MCP Server
MCP
Hermes Grocy MCP
MCP server for Grocy household ERP inventory and shopping workflows.
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
By
Comments
Sign in to leave a comment