purmemo-mcp 3.2.6 β 3.2.8
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 +5 -48
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,34 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
**Official Model Context Protocol (MCP) server for Purmemo** - Your AI-powered second brain with 94% memory retrieval accuracy.
|
|
10
10
|
|
|
11
|
-
π **Never lose a thought again - Purmemo remembers everything so you can focus on what matters.**
|
|
12
|
-
|
|
13
|
-
## ποΈ Architecture: Open Protocol, Protected Innovation
|
|
14
|
-
|
|
15
|
-
This repository contains the **open-source MCP protocol wrapper** that connects to Purmemo's proprietary API:
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ ββββββββββββββββββββ
|
|
19
|
-
β Claude/Client ββββββΆβ MCP Server ββββββΆβ Purmemo API ββββββΆβ Proprietary β
|
|
20
|
-
β β MCP β (This Repo) β RESTβ (Documented) β β Core Engine β
|
|
21
|
-
βββββββββββββββββββ ββββββββββββββββββββ βββββββββββββββββββ ββββββββββββββββββββ
|
|
22
|
-
Open Protocol MIT Licensed Terms of Service Trade Secrets
|
|
23
|
-
You Fork You Use Protected IP
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
### What's Open Source (This Repository)
|
|
27
|
-
β
MCP protocol implementation
|
|
28
|
-
β
OAuth 2.1 authentication flow
|
|
29
|
-
β
Tool interface definitions
|
|
30
|
-
β
API client wrapper
|
|
31
|
-
β
Documentation and examples
|
|
32
|
-
|
|
33
|
-
### What's Proprietary (Our Secret Sauce)
|
|
34
|
-
π 94% accuracy memory algorithms
|
|
35
|
-
π AI-powered entity extraction
|
|
36
|
-
π <50ms retrieval optimization
|
|
37
|
-
π Workflow intelligence engine
|
|
38
|
-
π Consciousness gradient system
|
|
11
|
+
π **Never lose a thought again - Purmemo remembers everything so you can focus on what matters.**
|
|
39
12
|
|
|
40
13
|
## β¨ Features
|
|
41
14
|
|
|
@@ -174,11 +147,10 @@ correction(memory_id: string, updates: object): Response
|
|
|
174
147
|
|
|
175
148
|
## π Security & Privacy
|
|
176
149
|
|
|
177
|
-
- **
|
|
178
|
-
- **
|
|
179
|
-
- **
|
|
180
|
-
- **
|
|
181
|
-
- **Zero-knowledge option**: Available for enterprise customers
|
|
150
|
+
- **API Key Authentication**: Secure token-based access control
|
|
151
|
+
- **HTTPS/TLS Encryption**: All data encrypted in transit
|
|
152
|
+
- **Data Privacy**: Your memories belong to you
|
|
153
|
+
- **Account Control**: Delete your data anytime from settings
|
|
182
154
|
|
|
183
155
|
## π° Pricing
|
|
184
156
|
|
|
@@ -240,23 +212,8 @@ Purmemo MCP is pursuing official recognition in the [Model Context Protocol serv
|
|
|
240
212
|
|
|
241
213
|
## π License
|
|
242
214
|
|
|
243
|
-
### Open Source Components (This Repository)
|
|
244
215
|
**MIT License** - See [LICENSE](LICENSE) file
|
|
245
216
|
|
|
246
|
-
You are free to:
|
|
247
|
-
- Use this MCP server commercially
|
|
248
|
-
- Modify and distribute
|
|
249
|
-
- Create your own implementations
|
|
250
|
-
|
|
251
|
-
### Proprietary Components (Purmemo Core)
|
|
252
|
-
**Proprietary License** - Protected by trade secrets and pending patents
|
|
253
|
-
|
|
254
|
-
The following remain proprietary:
|
|
255
|
-
- Memory retrieval algorithms
|
|
256
|
-
- Entity extraction engine
|
|
257
|
-
- Workflow intelligence system
|
|
258
|
-
- Performance optimization techniques
|
|
259
|
-
|
|
260
217
|
## π Support
|
|
261
218
|
|
|
262
219
|
- π§ Email: support@purmemo.ai
|
package/package.json
CHANGED