codearia sieve for Grok
io.github.antong87/codearia-sieve
Web pages into decision-ready state: dates, numbers with units, budgeted chunks. No model, no key.
client:Grok
transport:stdio
runtime:npm
Install codearia sieve in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codearia-sieve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codearia-sieve"
]
}
}
}
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