Skip to content
Zed

datasieve for Zed

io.github.gitwormq/datasieve

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

client:Zed transport:stdio runtime:npm

Install datasieve in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "datasieve": {
      "command": "npx",
      "args": [
        "-y",
        "datasieve-mcp"
      ],
      "env": {
        "DATASIEVE_PRIVATE_KEY_FILE": "<DATASIEVE_PRIVATE_KEY_FILE>",
        "DATASIEVE_API_URL": "<DATASIEVE_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

datasieve in other clients