flipcoin for Zed
io.github.mrtalecky/flipcoin
Agent-first prediction markets on Base. Trade, quote, create markets via MCP.
client:Zed
transport:stdio
runtime:npm
Install flipcoin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flipcoin": {
"command": "npx",
"args": [
"-y",
"@flipcoin/mcp-server"
],
"env": {
"FLIPCOIN_API_KEY": "<FLIPCOIN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs