Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

flipcoin in other clients