codearia sieve for Cursor
io.github.antong87/codearia-sieve
Web pages into decision-ready state: dates, numbers with units, budgeted chunks. No model, no key.
client:Cursor
transport:stdio
runtime:npm
Install codearia sieve in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codearia-sieve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codearia-sieve"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs