Kreuzcrawl for Zed
io.github.kreuzberg-dev/kreuzcrawl
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
client:Zed
transport:stdio
runtime:oci
Install Kreuzcrawl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kreuzcrawl": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kreuzberg-dev/kreuzcrawl:0.3.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs