Skip to content
Grok

pythia oracle for Grok

io.github.eyloni/pythia-oracle

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

client:Grok transport:stdio runtime:pypi

Install pythia oracle in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pythia oracle in other clients