Skip to content
Zed

doc extract api for Zed

io.github.thestarboy9696/doc-extract-api

SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.

client:Zed transport:stdio runtime:npm

Install doc extract api 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": {
    "doc-extract-api": {
      "command": "npx",
      "args": [
        "-y",
        "doc-extract-api"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
      }
    }
  }
}

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

doc extract api in other clients