CellarTracker for Cursor
io.github.slavins-co/cellartracker-mcp
Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes.
client:Cursor
transport:stdio
runtime:npm
Install CellarTracker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cellartracker-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cellartracker-mcp"
],
"env": {
"CT_USERNAME": "<CT_USERNAME>",
"CT_PASSWORD": "<CT_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs