SisRUN Training Plan for Grok
io.github.cdutr/sisrun-mcp
Read your SisRUN (appsisrun.com.br) training plan: prescribed workouts, pace/HR windows, structure
client:Grok
transport:stdio
runtime:pypi
Install SisRUN Training Plan in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sisrun-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sisrun-mcp"
],
"env": {
"SISRUN_EMAIL": "<SISRUN_EMAIL>",
"SISRUN_PASSWORD": "<SISRUN_PASSWORD>"
}
}
}
}
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