AgentHubAgentHub

Tredict

MCP ServerMCP Registry官方收录

com.tredict/mcp-server · v0.9.0

Analyse activities, build training plans and sync structured workouts to your sports watch.

概览

Tredict 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.tredict.com/api/mcp/v2"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.tredict/mcp-server",
  "type": "mcp-server",
  "version": "0.9.0",
  "displayName": "Tredict",
  "description": "Analyse activities, build training plans and sync structured workouts to your sports watch.",
  "repository": {
    "url": "https://github.com/tredict-com/mcp-server",
    "source": "github"
  },
  "homepage": "https://www.tredict.com/blog/mcp_server_docs/",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://www.tredict.com/api/mcp/v2"
      },
      {
        "transport": "sse",
        "url": "https://www.tredict.com/api/mcp/v2"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.tredict/mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.tredict%2Fmcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Tredict — MCP Server 安装与配置 · AgentHub