datasieve for Grok
io.github.gitwormq/datasieve
On-chain watches, web-page monitors, dead-man switches, cron, and agent coordination, paid via x402.
client:Grok
transport:stdio
runtime:npm
Install datasieve in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs