Simmer for Grok
io.github.adlai88/simmer-mcp
Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.
client:Grok
transport:stdio
runtime:npm
Install Simmer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"simmer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"simmer-mcp"
],
"env": {
"SIMMER_API_KEY": "<SIMMER_API_KEY>",
"SIMMER_MCP_ALLOW_LIVE": "<SIMMER_MCP_ALLOW_LIVE>"
}
}
}
}
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