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.
Files changed (2) hide show
  1. package/README.md +13 -12
  2. 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
- | **Privacy** | Data goes through our MCP server | Direct from your machine to API |
65
+ | **Platforms** | Works on Claude Desktop, Web, Mobile | Claude Desktop only |
66
66
  | **Updates** | Automatic | Manual (via npm) |
67
- | **Best For** | Quick testing, non-sensitive data | Production use, sensitive data |
67
+ | **Best For** | Most users - secure & convenient | Advanced users who prefer local control |
68
68
 
69
- #### Option A: Remote Connection (Easiest - Beta Feature)
70
- Use Claude Desktop's "Add custom connector" feature to connect directly to our hosted MCP server at `mcp.purmemo.ai`.
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 (More Control)
73
- Claude Desktop will automatically download and run the MCP server locally using `npx`.
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
- - 100 memories/month
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
- ### Enterprise (Custom)
198
- - Self-hosted option
199
- - Custom AI training
200
- - White-label MCP
201
- - SLA guarantees
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
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",