Skip to content
Cursor

datasieve for Cursor

io.github.gitwormq/datasieve

On-chain watches, web-page monitors, dead-man switches, cron, and agent coordination, paid via x402.

client:Cursor transport:stdio runtime:npm

Install datasieve 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": {
    "datasieve": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "datasieve-mcp"
      ],
      "env": {
        "DATASIEVE_PRIVATE_KEY_FILE": "<DATASIEVE_PRIVATE_KEY_FILE>",
        "DATASIEVE_API_URL": "<DATASIEVE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

datasieve in other clients