websharp for VS Code
io.github.jgador/websharp
Search the web and extract article text for LLMs.
client:VS Code
transport:stdio
runtime:oci
Install websharp in VS Code
.vscode/mcp.json
{
"servers": {
"websharp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jessegador/websharp-mcp:v0.99.0-rc2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs