SisRUN Training Plan for Cursor
io.github.cdutr/sisrun-mcp
Read your SisRUN (appsisrun.com.br) training plan: prescribed workouts, pace/HR windows, structure
client:Cursor
transport:stdio
runtime:pypi
Install SisRUN Training Plan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sisrun-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sisrun-mcp"
],
"env": {
"SISRUN_EMAIL": "<SISRUN_EMAIL>",
"SISRUN_PASSWORD": "<SISRUN_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs