polymarket guard for Zed
io.github.evidai/polymarket-guard
Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.
client:Zed
transport:stdio
runtime:npm
Install polymarket guard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"polymarket-guard": {
"command": "npx",
"args": [
"-y",
"polymarket-guard-mcp"
],
"env": {
"POLYMARKET_PRIVATE_KEY": "<POLYMARKET_PRIVATE_KEY>",
"LEMON_CAKE_BUYER_JWT": "<LEMON_CAKE_BUYER_JWT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs