Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SisRUN Training Plan in other clients