orcalayer mcp for Cursor
io.github.orcalayer/orcalayer-mcp
Polymarket smart-money analytics: whale leaderboard, wallet P&L, market consensus, live alerts
client:Cursor
transport:stdio
runtime:pypi
Install orcalayer mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orcalayer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"orcalayer-mcp"
],
"env": {
"ORCALAYER_API_KEY": "<ORCALAYER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs