@getmarrow/mcp 2.3.5 → 2.3.6
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 +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -255,6 +255,24 @@ With Marrow MCP:
|
|
|
255
255
|
|
|
256
256
|
---
|
|
257
257
|
|
|
258
|
+
## Privacy, Sanitization, and Data Ownership
|
|
259
|
+
|
|
260
|
+
Marrow should make agents smarter **without turning user sessions into careless raw-data collection**.
|
|
261
|
+
|
|
262
|
+
Key trust properties:
|
|
263
|
+
- sensitive inputs can be sanitized before storage when possible
|
|
264
|
+
- privacy-preserving learning matters more than retaining raw personal data forever
|
|
265
|
+
- MCP hosts should pass API keys through environment variables, not embed them in source or config blobs committed to git
|
|
266
|
+
- the product direction is anonymized pattern learning, not exposing private user context across the hive
|
|
267
|
+
- users should be able to export and own their memory data instead of being trapped in a closed system
|
|
268
|
+
|
|
269
|
+
In short:
|
|
270
|
+
- better agent memory
|
|
271
|
+
- stronger privacy posture
|
|
272
|
+
- clearer user ownership
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
258
276
|
## Session Hint
|
|
259
277
|
|
|
260
278
|
At session start, Marrow nudges clients with the canonical reminder:
|