Skip to content
Zed

assay for Zed

io.github.jasonczmeng/assay

x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it.

client:Zed transport:stdio runtime:npm

Install assay 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": {
    "assay": {
      "command": "npx",
      "args": [
        "-y",
        "assay-oracle-mcp"
      ],
      "env": {
        "ASSAY_URL": "<ASSAY_URL>",
        "ASSAY_WALLET_KEY": "<ASSAY_WALLET_KEY>"
      }
    }
  }
}

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

assay in other clients