# Rewind

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-pdugan20-rewind`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pdugan20](https://agentstack.voostack.com/s/pdugan20)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pdugan20](https://github.com/pdugan20)
- **Source:** https://github.com/pdugan20/rewind
- **Website:** https://docs.rewind.rest

## Install

```sh
agentstack add mcp-pdugan20-rewind
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Rewind

[](https://github.com/pdugan20/rewind/actions/workflows/ci.yml)
[](https://docs.rewind.rest)
[](https://workers.cloudflare.com)
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/rewind-mcp-server)

Personal data aggregation API. Syncs data from multiple services on a schedule, normalizes everything into a unified schema, and serves it through a REST API with a cross-domain activity feed.

## Domains

| Domain         | Sources                | Description                                                          |
| -------------- | ---------------------- | -------------------------------------------------------------------- |
| **Listening**  | Last.fm, Apple Music   | Scrobble history, top artists/albums/tracks, streaks, stats          |
| **Running**    | Strava                 | Activities with splits, personal records, gear, yearly summaries     |
| **Watching**   | Plex, Letterboxd       | Watch history, ratings, reviews, movies and TV shows via TMDB        |
| **Collecting** | Discogs, Trakt         | Vinyl/CD collection, physical media (Blu-ray/4K UHD/HD DVD)          |
| **Reading**    | Instapaper             | Articles, reading progress, highlights, word count, article metadata |
| **Attending**  | Google Calendar, Gmail | Live events, tickets, sports games (MLB/NFL/NBA), concerts, venues   |

## Live endpoints

| Service    | URL                                                                |
| ---------- | ------------------------------------------------------------------ |
| API        | [api.rewind.rest](https://api.rewind.rest/v1/health)               |
| API Docs   | [docs.rewind.rest](https://docs.rewind.rest)                       |
| MCP Server | [docs.rewind.rest/mcp-server](https://docs.rewind.rest/mcp-server) |
| Image CDN  | [cdn.rewind.rest](https://cdn.rewind.rest)                         |

## Built with

Hono on Cloudflare Workers. D1 (SQLite) for storage, R2 for images, Drizzle ORM for type-safe queries. End-to-end type inference via Hono RPC -- consuming apps get a fully typed client with zero codegen. Full OpenAPI 3.1 spec with interactive docs via Scalar.

## Development

```bash
npm run dev          # Start local dev server
npm run deploy       # Deploy to Cloudflare Workers
npm test             # Vitest
npm run type-check   # TypeScript strict mode
npm run lint         # ESLint
npm run db:generate  # Generate Drizzle migrations
npm run db:migrate   # Apply migrations locally
```

See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for system design, sync flow, caching strategy, and image pipeline details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [pdugan20](https://github.com/pdugan20)
- **Source:** [pdugan20/rewind](https://github.com/pdugan20/rewind)
- **License:** MIT
- **Homepage:** https://docs.rewind.rest

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pdugan20-rewind
- Seller: https://agentstack.voostack.com/s/pdugan20
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
