polymarket guard for Windsurf
io.github.evidai/polymarket-guard
Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.
client:Windsurf
transport:stdio
runtime:npm
Install polymarket guard in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs