Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

CellarTracker in other clients