oracle for Cursor
io.github.demi-hl/oracle
Keyless multichain crypto desk: chain reads + prepare-only unsigned txs. Your wallet signs.
client:Cursor
transport:stdio
runtime:npm
Install oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oracle-agent/oracle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs