Skip to content
Zed

refigure for Zed

io.github.helgdemidov/refigure

Convert DOCX/XLSX to Markdown — native chart-data extraction, optional VLM for figures

client:Zed transport:stdio runtime:pypi

Install refigure in Zed

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

{
  "context_servers": {
    "refigure": {
      "command": "uvx",
      "args": [
        "refigure"
      ]
    }
  }
}

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

refigure in other clients