{
  "name": "vintage",
  "description": "vintage is a local daemon that indexes your Apple apps — Notes, Messages, Mail, Calls, Calendar, Contacts — into one person-graph on your Mac, and serves it to your terminal and your agent over cli and mcp. local only; nothing leaves the machine.",
  "platform": {
    "os": "macOS",
    "minVersion": "15.0",
    "arch": [
      "arm64"
    ]
  },
  "install": {
    "brew": {
      "tap": "systemoperators/tap",
      "formula": "vintage",
      "command": "brew install systemoperators/tap/vintage"
    },
    "mcpb": {
      "url": "https://vintage.dev/vintage.mcpb",
      "client": "claude-desktop"
    }
  },
  "postInstall": [
    {
      "command": "vintage index sync",
      "purpose": "permission grants + first sync"
    },
    {
      "command": "vintage daemon install",
      "purpose": "keep the index warm (launchd agent, optional)"
    }
  ],
  "mcp": {
    "stdio": {
      "command": "vintage",
      "args": [
        "mcp",
        "--stdio"
      ]
    },
    "http": {
      "url": "http://127.0.0.1:8787/mcp",
      "transport": "streamable-http"
    },
    "tools": [
      "search",
      "person",
      "unreplied",
      "replies",
      "recent"
    ],
    "claudeCode": "claude mcp add vintage -- vintage mcp --stdio"
  },
  "cli": {
    "json": "append --json to any read command",
    "help": "vintage --help"
  },
  "tiers": {
    "free": "read all sources, graph, keyword search, briefing, all read tools",
    "engine": {
      "price": 49,
      "currency": "USD",
      "model": "one-time",
      "unlocks": "ocr, entities, semantic search, write-back",
      "checkout": "https://vintage.dev/unlock",
      "activate": "vintage unlock --key <KEY>"
    }
  },
  "docs": {
    "llms": "https://vintage.dev/llms.txt",
    "home": "https://vintage.dev/index.md",
    "unlock": "https://vintage.dev/unlock.md"
  }
}