pythia oracle mcp for Cursor
io.github.pythia-the-oracle/pythia-oracle-mcp
Every smart contract deserves intelligence, not just data. On-chain indicators via Chainlink.
client:Cursor
transport:stdio
runtime:pypi
Install pythia oracle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pythia-oracle-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pythia-oracle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs