purmemo-mcp 3.2.1 → 3.2.2
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 +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,13 +50,15 @@ This repository contains the **open-source MCP protocol wrapper** that connects
|
|
|
50
50
|
|
|
51
51
|
### 1. Get Your API Key
|
|
52
52
|
|
|
53
|
-
Sign up at [
|
|
53
|
+
1. Sign up at [purmemo.ai/register](https://www.purmemo.ai/register)
|
|
54
|
+
2. Sign in and go to [purmemo.ai/settings](https://www.purmemo.ai/settings)
|
|
55
|
+
3. Click "API Keys" tab → "Create New Key"
|
|
56
|
+
4. Name it (e.g., "Claude Desktop") → "Create Key"
|
|
57
|
+
5. Copy the key immediately (won't be shown again)
|
|
54
58
|
|
|
55
|
-
### 2.
|
|
59
|
+
### 2. No Installation Needed!
|
|
56
60
|
|
|
57
|
-
|
|
58
|
-
npm install -g purmemo-mcp
|
|
59
|
-
```
|
|
61
|
+
Claude Desktop will automatically download the MCP server using `npx` (see configuration below).
|
|
60
62
|
|
|
61
63
|
### 3. Configure Claude Desktop
|
|
62
64
|
|
|
@@ -232,9 +234,8 @@ The following remain proprietary:
|
|
|
232
234
|
## 🆘 Support
|
|
233
235
|
|
|
234
236
|
- 📧 Email: support@purmemo.ai
|
|
235
|
-
- 💬 Discord: [discord.gg/purmemo](https://discord.gg/purmemo)
|
|
236
237
|
- 🐛 Issues: [GitHub Issues](https://github.com/coladapo/purmemo-mcp/issues)
|
|
237
|
-
- 🌐
|
|
238
|
+
- 🌐 Website: [purmemo.ai](https://purmemo.ai)
|
|
238
239
|
|
|
239
240
|
## 🗺️ Roadmap
|
|
240
241
|
|
package/package.json
CHANGED