Loading MCP server directory, please wait...
Unofficial safety-focused MCP server for Kalshi market data and explicitly authorized trading
npx @getmcp/cli add io.github.copyleftdev/kalshi-kernelRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.copyleftdev/kalshi-kernel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KALSHI_KERNEL_MODE",
"-e",
"KALSHI_API_KEY_ID",
"-e",
"KALSHI_PRIVATE_KEY_PATH",
"-e",
"KALSHI_LIVE_TRADING_ACK",
"ghcr.io/copyleftdev/kalshi-kernel:0.1.1"
],
"env": {
"KALSHI_KERNEL_MODE": "paper",
"KALSHI_API_KEY_ID": "",
"KALSHI_PRIVATE_KEY_PATH": "",
"KALSHI_LIVE_TRADING_ACK": ""
}
}
}
}