Install
$ agentstack add mcp-pdugan20-rewind ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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 | | API Docs | docs.rewind.rest | | MCP Server | docs.rewind.rest/mcp-server | | Image CDN | 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
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
- Source: pdugan20/rewind
- License: MIT
- Homepage: https://docs.rewind.rest
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.