Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers5 Stars

Rewind

Personal data aggregation service. Syncs data from Strava, Last.fm, Discogs, Plex, Trakt, and Letterboxd into a centralized API.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "rewind": {
      "command": "npx",
      "args": [
        "-y",
        "github:pdugan20/rewind"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}