SchemaSure — structured extraction for Zed
io.github.noamjose/schemasure
Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.
client:Zed
transport:stdio
runtime:npm
Install SchemaSure — structured extraction in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"schemasure": {
"command": "npx",
"args": [
"-y",
"@noamjose/schemasure"
],
"env": {
"SCHEMASURE_API_URL": "<SCHEMASURE_API_URL>",
"SCHEMASURE_TIMEOUT_MS": "<SCHEMASURE_TIMEOUT_MS>",
"SCHEMASURE_PRIVATE_KEY": "<SCHEMASURE_PRIVATE_KEY>",
"SCHEMASURE_MAX_PRICE_USD": "<SCHEMASURE_MAX_PRICE_USD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs