@getmarrow/mcp 2.3.1 → 2.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ Add to your `claude_desktop_config.json`:
29
29
  "command": "npx",
30
30
  "args": ["@getmarrow/mcp"],
31
31
  "env": {
32
- "MARROW_API_KEY": "mrw_your_api_key"
32
+ "MARROW_API_KEY": "your_key_from_getmarrow.ai"
33
33
  }
34
34
  }
35
35
  }
@@ -43,7 +43,7 @@ Restart Claude. That's it — Marrow is now available as a tool in every convers
43
43
  ## Setup — Any MCP-Compatible Agent
44
44
 
45
45
  ```bash
46
- export MARROW_API_KEY=mrw_your_api_key
46
+ export MARROW_API_KEY=your_key_from_getmarrow.ai # get your key at getmarrow.ai/dashboard
47
47
  npx @getmarrow/mcp
48
48
  # Listens on stdin, outputs JSON-RPC on stdout
49
49
  # Drop into any MCP framework
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "bin": {
6
6
  "marrow-mcp": "dist/cli.js"