Skip to content
Cursor

pythia oracle for Cursor

io.github.eyloni/pythia-oracle

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

client:Cursor transport:stdio runtime:pypi

Install pythia oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pythia oracle in other clients