Sluicer for VS Code
io.github.gi0tto/sluicer
The data a web page declares, with where each value came from. No model, no API key.
client:VS Code
transport:stdio
runtime:pypi
Install Sluicer in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sluicer-allow-private",
"description": "SLUICER_ALLOW_PRIVATE",
"password": true
}
],
"servers": {
"sluicer": {
"type": "stdio",
"command": "uvx",
"args": [
"sluicer"
],
"env": {
"SLUICER_ALLOW_PRIVATE": "${input:sluicer-allow-private}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs