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.
Files changed (2) hide show
  1. package/README.md +5 -48
  2. 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
- - **OAuth 2.1 + PKCE**: Industry-standard secure authentication
178
- - **End-to-end encryption**: Your memories are encrypted in transit and at rest
179
- - **SOC 2 Type II**: Compliance in progress
180
- - **GDPR compliant**: Full data control and right to deletion
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "description": "Official Model Context Protocol (MCP) server for Purmemo - Your AI-powered second brain with 5 complete tools",
5
5
  "main": "src/server.js",
6
6
  "type": "module",