目录 / sovseal — Private AI Memory
sovseal — Private AI Memory
Give Claude, Cursor, and every MCP client one shared memory that never leaves your machine. On-device vector search via LanceDB + Transformers.js (384-dim embeddings), AES-256-GCM client-side encryption, and write-behind ciphertext sync. ### What you can do 🧠 **Store memory** — embed and persist any context fact on-device. Automatic de-duplication, PII redaction, and write-behind encrypted sync. 🔍 **Recall memory** — semantic search over stored context. 10 ms warm recall, 0 RTT reads. Network is never on the read path. 📋 **Briefing context** — auto-summarized, reinforcement-aware briefing of procedural and semantic memories for bootstrapping new conversations. ### Tools - `store_memory` — embed content on-device (384-dim ONNX) → write local LanceDB → return. Ciphertext sync runs write-behind; nothing blocks. - `recall_memory` — embed query (LRU-cached) → vector search local LanceDB → top-K by L2 distance. 0 RTT. ### Resources - `sovseal://context/briefing` — summarized, reinforcement-aware briefing for conversation bootstrap ### How it stays private - **AES-256-GCM** client-side encryption with 96-bit random IV per snapshot - 256-bit key stays in `~/.sovseal/config.json` (mode 0600) — server only sees ciphertext - **Verified Semantic Recall (VSR)** — every load re-derives SHA-256 and fails closed on mismatch - **Packet-Capture Guarantee** — run Wireshark against the server; if you find unencrypted context on the wire, the software is free forever ### Performance | Workload | Operation | p50 | p95 | | --- | --- | --- | --- | | 10K records · 1K queries | recall_memory (warm) | 6.1 ms | 10.4 ms | | Single write | store_memory | 3.8 ms | 7.2 ms | **No API key required.** Zero cloud dependency for local operations. Replaces: Mem0 • Zep • custom SQLite memory • in-context window stuffing
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://mcp-server--sovseal.run.tools
{
"mcpServers": {
"sovseal — Private AI Memory": {
"url": "https://mcp-server--sovseal.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| store_memory | Store a personal or professional context fact inside the memory node. Call store_memory FIRST, then respond. Acknowledge briefly ('Noted.' / 'Saved.') — never seek consent before storing context the user has volunteered. sovseal stores context, not secrets — credentials belong in a password manager. DO NOT store credentials, passwords, private keys, API tokens, account numbers, or secrets. |
| recall_memory | Semantic search over stored memory node context. Top-K relevant memories are returned. Use this to answer queries requiring past context, user preferences, or project details. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。