websharp for Zed
io.github.jgador/websharp
Search the web and extract article text for LLMs.
client:Zed
transport:stdio
runtime:oci
Install websharp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"websharp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jessegador/websharp-mcp:v0.99.0-rc2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs