Sluicer for Cursor
io.github.gi0tto/sluicer
The data a web page declares, with where each value came from. No model, no API key.
client:Cursor
transport:stdio
runtime:pypi
Install Sluicer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sluicer": {
"type": "stdio",
"command": "uvx",
"args": [
"sluicer"
],
"env": {
"SLUICER_ALLOW_PRIVATE": "<SLUICER_ALLOW_PRIVATE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs