Skip to content
Cline

polymarket guard for Cline

io.github.evidai/polymarket-guard

Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.

client:Cline transport:stdio runtime:npm

Install polymarket guard in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "polymarket-guard": {
      "command": "npx",
      "args": [
        "-y",
        "polymarket-guard-mcp"
      ],
      "env": {
        "POLYMARKET_PRIVATE_KEY": "<POLYMARKET_PRIVATE_KEY>",
        "LEMON_CAKE_BUYER_JWT": "<LEMON_CAKE_BUYER_JWT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

polymarket guard in other clients