Skip to content
Zed

colorblind for Zed

io.github.vince-gonzalez/colorblind

See a color or image as a colorblind person does; recolor images and make Ishihara plates.

client:Zed transport:stdio runtime:npm

Install colorblind in Zed

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

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

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

colorblind in other clients