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