MCP Server
MCP
CellarTracker
Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "cellartracker-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CellarTracker username. Optional at install: the setup-credentials tool can store login locally instead.",
"format": "string",
"name": "CT_USERNAME"
},
{
"description": "CellarTracker password. Optional at install: the setup-credentials tool can store login locally instead.",
"format": "string",
"isSecret": true,
"name": "CT_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment