Skip to content
Zed

Colors-LE for Zed

io.github.nolindnaidoo/colors-le

Extract colors from stylesheets and code, with their notation and position.

client:Zed transport:stdio runtime:npm

Install Colors-LE in Zed

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

{
  "context_servers": {
    "colors-le": {
      "command": "npx",
      "args": [
        "-y",
        "colors-le-mcp"
      ]
    }
  }
}

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

Colors-LE in other clients