OAuth + Smarter Memory
v1.7
OAuth 2.0 support for the /mcp endpoint
Contributed by @phillipadsmith. The /mcp endpoint now supports OAuth 2.0 via Cloudflare's official workers-oauth-provider package. A hosted login page at /oauth/authorize lets clients authenticate using your existing AUTH_TOKEN — no new secrets to manage.
The static Authorization: Bearer path is fully preserved, so Claude Desktop, Claude Code, and mcp-remote users need no changes.
Manual deployers need one extra step before redeploying: run wrangler kv namespace create OAUTH_KV and paste the returned ID into wrangler.toml. One-click deployers get this provisioned automatically.
Importance score wired into smart merge
Near-duplicate entries (0.85-0.95 similarity) now factor in the importance score when deciding whether to merge or keep separate. Higher-importance entries are less likely to get collapsed into an existing one. Thanks to the feedback from the Product Hunt launch that surfaced this gap.
What's Changed
- Add browser extension to readme' --fill
by @rahilp in #108 - Promote Second Brain on Product Hunt by @rahilp in #109
- Revise Product Hunt section in README by @rahilp in #110
- Add deployment instructions for Cloudflare by @rahilp in #111
- [fix] Security: Worker URL as sole access control is insufficient for personal data protection by @rahilp in #113
- [fix] auth for web ui' --fill
by @rahilp in #115 - Add OAuth 2.0 to the /mcp endpoint by @phillipadsmith in #116
- Update OAuth documentation for clarity and steps by @rahilp in #117
- Wire importance_score into reranking and merge/replace decisions by @rahilp in #120
New Contributors
- @phillipadsmith made their first contribution in #116
Full Changelog: v1.6...v1.6.2