Skip to content
Zed

ContextPull for Zed

io.github.mi2arun/contextpull

Exact document sections on demand for LLM agents: index in context, search, read, grep, neighbours.

client:Zed transport:stdio runtime:pypi

Install ContextPull in Zed

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

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

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

ContextPull in other clients