Skip to content
Cline

Kalshi Kernel for Cline

io.github.copyleftdev/kalshi-kernel

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

client:Cline transport:stdio runtime:oci

Install Kalshi Kernel in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Kalshi Kernel in other clients