Skip to content
VS Code

pythia oracle for VS Code

io.github.eyloni/pythia-oracle

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

client:VS Code transport:stdio runtime:pypi

Install pythia oracle in VS Code

.vscode/mcp.json

{
  "servers": {
    "pythia-oracle": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pythia-oracle"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pythia oracle in other clients