Skip to content
Zed

image viewer for Zed

io.github.oguntolaibrahim/image-viewer

InChat Image Viewer MCP - View images inline in AI chat by just providing the file path

client:Zed transport:stdio runtime:npm

Install image viewer in Zed

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

{
  "context_servers": {
    "image-viewer": {
      "command": "npx",
      "args": [
        "-y",
        "inchat-image-viewer-mcp"
      ]
    }
  }
}

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

image viewer in other clients