{
  "manifest_version": "0.2",
  "name": "memi",
  "display_name": "memi",
  "version": "2.6.2",
  "description": "Design-system memory for coding agents: SwiftUI scaffolds, UI audits, tokens, shadcn workflows, Figma context, and interface diagnostics.",
  "long_description": "memi gives MCP-compatible agents design-system memory and interface-quality tools. It exposes Apple-platform briefs, approval-gated SwiftUI scaffolds, UI audits, Tailwind tokens, shadcn registry workflows, Figma context, design docs, and implementation diagnostics through the @memi-design/cli npm package.",
  "author": {
    "name": "Sarvesh Chidambaram",
    "url": "https://github.com/sarveshsea"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sarveshsea/memi.git"
  },
  "homepage": "https://memoire.cv",
  "documentation": "https://github.com/sarveshsea/memi#readme",
  "support": "https://github.com/sarveshsea/memi/issues",
  "server": {
    "type": "node",
    "entry_point": "server/index.cjs",
    "mcp_config": {
      "command": "node",
      "args": [
        "${__dirname}/server/index.cjs"
      ],
      "env": {}
    }
  },
  "tools": [],
  "tools_generated": true,
  "keywords": [
    "design-system",
    "ui-audit",
    "tailwind",
    "shadcn",
    "figma",
    "mcp",
    "agents",
    "swiftui",
    "ios"
  ],
  "license": "MIT",
  "compatibility": {
    "platforms": [
      "darwin",
      "win32",
      "linux"
    ],
    "runtimes": {
      "node": ">=20.0.0"
    }
  }
}
