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.
- package/README.md +6 -13
- 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
|
|
|
@@ -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