CellarTracker for Zed
io.github.slavins-co/cellartracker-mcp
Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.
client:Zed
transport:stdio
runtime:npm
Install CellarTracker in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cellartracker-mcp": {
"command": "npx",
"args": [
"-y",
"cellartracker-mcp"
],
"env": {
"CT_USERNAME": "<CT_USERNAME>",
"CT_PASSWORD": "<CT_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs