Skip to content
Zed

DocPull for Zed

io.github.raintree-technology/docpull

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

client:Zed transport:stdio runtime:pypi

Install DocPull in Zed

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

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

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

DocPull in other clients