purmemo-mcp 3.2.5 → 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 +6 -13
  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
 
@@ -201,13 +201,6 @@ correction(memory_id: string, updates: object): Response
201
201
  - Admin dashboard
202
202
  - Priority support
203
203
 
204
- ### Enterprise (Custom)
205
- - Self-hosted option
206
- - Custom AI training
207
- - White-label MCP
208
- - SLA guarantees
209
- - Dedicated support
210
-
211
204
  ## 🔧 Development
212
205
 
213
206
  ### Local Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "3.2.5",
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",