Skip to content

document processing for Zed

ai.filegraph/document-processing

Extract text from documents, manipulate PDFs, and perform OCR on images.

client:Zed transport:sse tools:9

Install document processing in Zed

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

{
  "context_servers": {
    "document-processing": {
      "url": "https://api.filegraph.ai/mcp"
    }
  }
}

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

What Zed can do once it is connected

document processing in other clients