Skip to content

blender optics simulator for Zed

io.github.emircbngl/blender-optics-simulator

Build, align & render a real optical bench in Blender; drivable by an AI agent over MCP.

client:Zed transport:stdio runtime:pypi

Install blender optics simulator in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "blender-optics-simulator": {
      "command": "uvx",
      "args": [
        "blender-optics-mcp"
      ],
      "env": {
        "OPTICS_BRIDGE_PORT": "<OPTICS_BRIDGE_PORT>",
        "OPTICS_BRIDGE_HOST": "<OPTICS_BRIDGE_HOST>"
      }
    }
  }
}

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

blender optics simulator in other clients