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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. 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 [app.purmemo.ai](https://app.purmemo.ai) to get your free API key.
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. Install the MCP Server
59
+ ### 2. No Installation Needed!
56
60
 
57
- ```bash
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
- - 🌐 Status: [status.purmemo.ai](https://status.purmemo.ai)
238
+ - 🌐 Website: [purmemo.ai](https://purmemo.ai)
238
239
 
239
240
  ## 🗺️ Roadmap
240
241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purmemo-mcp",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
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",