Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Sluicer in other clients