Skip to content
Windsurf

Kalshi Kernel for Windsurf

io.github.copyleftdev/kalshi-kernel

Unofficial safety-focused MCP server for Kalshi market data and explicitly authorized trading

client:Windsurf transport:stdio runtime:oci

Install Kalshi Kernel in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "kalshi-kernel": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/copyleftdev/kalshi-kernel:0.1.1"
      ],
      "env": {
        "KALSHI_KERNEL_MODE": "<KALSHI_KERNEL_MODE>",
        "KALSHI_API_KEY_ID": "<KALSHI_API_KEY_ID>",
        "KALSHI_PRIVATE_KEY_PATH": "<KALSHI_PRIVATE_KEY_PATH>",
        "KALSHI_LIVE_TRADING_ACK": "<KALSHI_LIVE_TRADING_ACK>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Kalshi Kernel in other clients