@getmarrow/mcp 2.9.3 → 2.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,6 +57,12 @@ Precision search in `marrow_retrieve_memories`:
|
|
|
57
57
|
- Rate limiting on export (5/hour)
|
|
58
58
|
- SHA-256 dedup on import
|
|
59
59
|
|
|
60
|
+
### Privacy & PII Protection
|
|
61
|
+
- **Automatic PII stripping** — Sensitive data (emails, phone numbers, API keys, tokens) is detected and stripped before storage
|
|
62
|
+
- **Export verification** — Export your data anytime to verify what's stored and confirm PII is stripped
|
|
63
|
+
- **Data ownership** — You own all your data; export and delete anytime
|
|
64
|
+
- **All features free** — No paywalls on security or privacy features
|
|
65
|
+
|
|
60
66
|
---
|
|
61
67
|
|
|
62
68
|
## The Problem
|