Brotato Coach for Grok
io.github.brendanl79/spudcoach
Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.
client:Grok
transport:stdio
runtime:pypi
Install Brotato Coach in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spudcoach": {
"type": "stdio",
"command": "uvx",
"args": [
"spudcoach"
],
"env": {
"SPUDCOACH_DATA": "<SPUDCOACH_DATA>"
}
}
}
}
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