Skip to content
Zed

figma-vault for Zed

io.github.nbhey/figma-vault

Figma designs pulled once into a local vault; AI agents read them offline with no rate limits

client:Zed transport:stdio runtime:npm

Install figma-vault in Zed

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

{
  "context_servers": {
    "figma-vault": {
      "command": "npx",
      "args": [
        "-y",
        "figma-vault"
      ]
    }
  }
}

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

figma-vault in other clients