← Back to Plugins
MCP Server MCP

memi

github By github 👁 1 views ▲ 0 votes

Memi is the read-only design engineering audit and skill layer for coding agents.

Homepage Verified source GitHub

Install

npx -y @memi-design/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@memi-design/cli",
      "version": "2.7.4",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "start",
          "type": "positional"
        },
        {
          "value": "--no-figma",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...