@getmarrow/mcp 2.9.0 → 2.9.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 +13 -0
  2. package/package.json +18 -2
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  > **Memory and decision intelligence for MCP-compatible agents.**
4
4
 
5
+ ![npm](https://img.shields.io/npm/v/@getmarrow/mcp)
6
+ ![npm](https://img.shields.io/npm/dw/@getmarrow/mcp)
7
+ ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@getmarrow/mcp)
8
+ ![GitHub](https://img.shields.io/github/license/MajinBuu0x9/marrow-mcp)
9
+ ![TypeScript](https://img.shields.io/badge/TypeScript-5.3%2B-blue)
10
+ ![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)
11
+
5
12
  Marrow gives your agent a memory that compounds.
6
13
 
7
14
  With `@getmarrow/mcp`, any MCP-compatible client can log intent before acting, inspect live loop state during work, and commit outcomes back to the hive when the work is done. That means your agent stops operating like an amnesiac and starts carrying forward real decision history.
@@ -236,3 +243,9 @@ With Marrow:
236
243
  ## License
237
244
 
238
245
  MIT
246
+
247
+ ---
248
+
249
+ ## Related Packages
250
+
251
+ - **[@getmarrow/sdk](https://www.npmjs.com/package/@getmarrow/sdk)** — TypeScript/Node.js SDK for programmatic access to Marrow. Use this for custom agent integrations outside of MCP.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/mcp",
3
- "version": "2.9.0",
3
+ "version": "2.9.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"
@@ -16,8 +16,24 @@
16
16
  "claude",
17
17
  "ai",
18
18
  "memory",
19
- "agents"
19
+ "agents",
20
+ "LLM",
21
+ "GPT",
22
+ "OpenAI",
23
+ "autonomous",
24
+ "context",
25
+ "state",
26
+ "persistence",
27
+ "decision",
28
+ "learning",
29
+ "Model Context Protocol",
30
+ "TypeScript",
31
+ "Node.js"
20
32
  ],
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/MajinBuu0x9/marrow-mcp.git"
36
+ },
21
37
  "license": "MIT",
22
38
  "files": [
23
39
  "dist",