Skip to content
Zed

3D Visualizer for Zed

io.github.kleinicke/3d-visualizer

Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.

client:Zed transport:stdio runtime:pypi

Install 3D Visualizer in Zed

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

{
  "context_servers": {
    "3d-visualizer": {
      "command": "uvx",
      "args": [
        "3d-visualizer"
      ]
    }
  }
}

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

3D Visualizer in other clients