bellwether mcp for Zed
com.bellwethermetrics/bellwether-mcp
Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.
client:Zed
transport:stdio
runtime:npm
Install bellwether mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bellwether-mcp": {
"command": "npx",
"args": [
"-y",
"bellwether-mcp"
],
"env": {
"BELLWETHER_API_KEY": "<BELLWETHER_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs