Crawlberg for VS Code
io.github.xberg-io/crawlberg
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
client:VS Code
transport:stdio
runtime:oci
Install Crawlberg in VS Code
.vscode/mcp.json
{
"servers": {
"crawlberg": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/xberg-io/crawlberg:1.7.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs