Brotato Coach for Cursor
io.github.brendanl79/spudcoach
Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.
client:Cursor
transport:stdio
runtime:pypi
Install Brotato Coach in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spudcoach": {
"type": "stdio",
"command": "uvx",
"args": [
"spudcoach"
],
"env": {
"SPUDCOACH_DATA": "<SPUDCOACH_DATA>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs