Skip to content

shopify theme inspector for Zed

io.github.dragnoir/shopify-theme-inspector

Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language.

client:Zed transport:stdio runtime:npm

Install shopify theme inspector in Zed

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

{
  "context_servers": {
    "shopify-theme-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-theme-inspector-mcp"
      ]
    }
  }
}

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

shopify theme inspector in other clients