Skip to content
Zed

Mimic AI for Zed

io.github.miapre/mimic-ai

Builds Figma from your design system: real components and tokens, enforced, learning every build.

client:Zed transport:stdio runtime:npm

Install Mimic AI in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mimic-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@miapre/mimic-ai"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mimic AI in other clients