Skip to content
Zed

Unstructured Transform for Zed

io.unstructured/transform

Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.

client:Zed transport:streamable-http

Install Unstructured Transform in Zed

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

{
  "context_servers": {
    "transform": {
      "url": "https://mcp.transform.unstructured.io"
    }
  }
}

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

Unstructured Transform in other clients