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
{
"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