Skip to content
Zed

pythia oracle for Zed

io.github.eyloni/pythia-oracle

Oracle for AI agents. One tool, one reading. 3 free, then $0.025 USDC via x402.

client:Zed transport:stdio runtime:pypi

Install pythia oracle in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pythia-oracle": {
      "command": "uvx",
      "args": [
        "pythia-oracle"
      ]
    }
  }
}

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

pythia oracle in other clients