Skip to content

AIMarket Oracle Gateway for Zed

io.github.alexar76/aimarket-oracle-gateway

Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.

client:Zed transport:stdio runtime:pypi

Install AIMarket Oracle Gateway 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": {
    "aimarket-oracle-gateway": {
      "command": "uvx",
      "args": [
        "aimarket-oracle-gateway"
      ],
      "env": {
        "AIMARKET_HUB_URL": "<AIMARKET_HUB_URL>",
        "AIMARKET_ORACLE_URL": "<AIMARKET_ORACLE_URL>",
        "AIMARKET_MAX_PER_CALL_USD": "<AIMARKET_MAX_PER_CALL_USD>",
        "AIMARKET_MAX_SPEND_USD": "<AIMARKET_MAX_SPEND_USD>"
      }
    }
  }
}

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

AIMarket Oracle Gateway in other clients