Skip to content
Zed

cortex402 for Zed

io.github.ooak21/cortex402

Pay-per-call x402 data products on Base mainnet — sanctions, aviation weather, US property.

client:Zed transport:stdio runtime:npm

Install cortex402 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": {
    "cortex402": {
      "command": "npx",
      "args": [
        "-y",
        "cortex402-mcp"
      ],
      "env": {
        "CORTEX402_WALLET_PRIVATE_KEY": "<CORTEX402_WALLET_PRIVATE_KEY>",
        "CORTEX402_BASE_URL": "<CORTEX402_BASE_URL>",
        "CORTEX402_MAX_PAYMENT_USDC": "<CORTEX402_MAX_PAYMENT_USDC>"
      }
    }
  }
}

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

cortex402 in other clients