Kalshi Kernel for Grok
io.github.copyleftdev/kalshi-kernel
Unofficial safety-focused MCP server for Kalshi market data and explicitly authorized trading
client:Grok
transport:stdio
runtime:oci
Install Kalshi Kernel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kalshi-kernel": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs