purmemo-mcp 3.2.4 → 3.2.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 +13 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,15 +62,15 @@ This repository contains the **open-source MCP protocol wrapper** that connects
|
|
|
62
62
|
|--------|------------------|------------------|
|
|
63
63
|
| **Setup** | Click & Connect | Edit Config File |
|
|
64
64
|
| **Install** | Nothing to install | Auto-downloads via npx |
|
|
65
|
-
| **
|
|
65
|
+
| **Platforms** | Works on Claude Desktop, Web, Mobile | Claude Desktop only |
|
|
66
66
|
| **Updates** | Automatic | Manual (via npm) |
|
|
67
|
-
| **Best For** |
|
|
67
|
+
| **Best For** | Most users - secure & convenient | Advanced users who prefer local control |
|
|
68
68
|
|
|
69
|
-
#### Option A: Remote Connection (
|
|
70
|
-
Use Claude
|
|
69
|
+
#### Option A: Remote Connection (Recommended)
|
|
70
|
+
Use Claude's "Add custom connector" feature to connect directly to our secure MCP server at `mcp.purmemo.ai`. All traffic is encrypted via HTTPS/TLS.
|
|
71
71
|
|
|
72
|
-
#### Option B: Local Connection (
|
|
73
|
-
|
|
72
|
+
#### Option B: Local Connection (Advanced)
|
|
73
|
+
Run the MCP server locally on your machine. Requires Node.js and only works with Claude Desktop.
|
|
74
74
|
|
|
75
75
|
### 3. Configure Claude Desktop
|
|
76
76
|
|
|
@@ -183,7 +183,7 @@ correction(memory_id: string, updates: object): Response
|
|
|
183
183
|
## 💰 Pricing
|
|
184
184
|
|
|
185
185
|
### Free Tier
|
|
186
|
-
-
|
|
186
|
+
- 50 memories/month
|
|
187
187
|
- Basic search
|
|
188
188
|
- Full MCP integration
|
|
189
189
|
- Community support
|
|
@@ -194,11 +194,12 @@ correction(memory_id: string, updates: object): Response
|
|
|
194
194
|
- Priority support
|
|
195
195
|
- API access
|
|
196
196
|
|
|
197
|
-
###
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
201
|
-
-
|
|
197
|
+
### Teams ($29/month)
|
|
198
|
+
- Unlimited memories for 5 users
|
|
199
|
+
- Shared knowledge base
|
|
200
|
+
- Team collaboration features
|
|
201
|
+
- Admin dashboard
|
|
202
|
+
- Priority support
|
|
202
203
|
|
|
203
204
|
## 🔧 Development
|
|
204
205
|
|
package/package.json
CHANGED