← Back to Plugins
MCP Server MCP

SisRUN Training Plan

github By github 👁 1 views ▲ 0 votes

Read your SisRUN (appsisrun.com.br) training plan: prescribed workouts, pace/HR windows, structure

Homepage Verified source GitHub

Install

uvx sisrun-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sisrun-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SisRUN login e-mail (alternative: ~/.sisrun/credentials file)",
          "format": "string",
          "name": "SISRUN_EMAIL"
        },
        {
          "description": "SisRUN password (alternative: ~/.sisrun/credentials file)",
          "format": "string",
          "isSecret": true,
          "name": "SISRUN_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...