Skip to content
Zed

MarkGrab for Zed

io.github.arknill/markgrab

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

client:Zed transport:stdio runtime:pypi

Install MarkGrab in Zed

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

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

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

MarkGrab in other clients