Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

orcalayer mcp in other clients