memoir-cli 3.2.0 → 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/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "memoir-cli",
3
- "version": "3.2.0",
4
- "description": "Sync AI memory across devices. Back up and restore Claude, Gemini, Codex, Cursor, Copilot, Windsurf configs. Snapshot coding sessions and resume on another machine. Migrate instructions between AI assistants.",
3
+ "version": "3.2.2",
4
+ "mcpName": "io.github.camgitt/memoir",
5
+ "description": "Persistent memory for AI coding tools via MCP. Your AI remembers across sessions, tools, and machines. Works with Claude, Cursor, Gemini, Windsurf, and 7 more tools.",
5
6
  "main": "src/index.js",
6
7
  "type": "module",
7
8
  "bin": {
@@ -12,7 +13,7 @@
12
13
  "type": "git",
13
14
  "url": "https://github.com/camgitt/memoir.git"
14
15
  },
15
- "homepage": "https://github.com/camgitt/memoir#readme",
16
+ "homepage": "https://memoir.sh",
16
17
  "bugs": {
17
18
  "url": "https://github.com/camgitt/memoir/issues"
18
19
  },
@@ -21,42 +22,41 @@
21
22
  "test": "bash test-local.sh"
22
23
  },
23
24
  "keywords": [
25
+ "mcp",
26
+ "mcp-server",
27
+ "model-context-protocol",
28
+ "ai-memory",
29
+ "persistent-memory",
24
30
  "ai",
25
31
  "cli",
26
- "sync",
27
- "memory",
28
- "backup",
29
- "restore",
30
- "migrate",
31
- "translate",
32
32
  "claude",
33
+ "claude-code",
34
+ "cursor",
35
+ "windsurf",
33
36
  "gemini",
37
+ "gemini-cli",
34
38
  "codex",
35
- "cursor",
36
39
  "copilot",
37
- "windsurf",
40
+ "chatgpt",
41
+ "openai",
38
42
  "aider",
39
43
  "zed",
40
44
  "cline",
41
45
  "continue-dev",
42
- "profiles",
43
- "ai-memory",
44
46
  "ai-tools",
45
- "dotfiles",
46
- "developer-tools",
47
- "claude-code",
48
- "gemini-cli",
49
- "openai",
50
- "chatgpt",
51
47
  "ai-assistant",
52
48
  "coding-assistant",
49
+ "developer-tools",
53
50
  "context-sync",
51
+ "memory-layer",
52
+ "cross-tool",
53
+ "sync",
54
+ "backup",
55
+ "restore",
56
+ "migrate",
54
57
  "session-handoff",
55
- "snapshot",
56
- "resume",
57
- "mcp",
58
- "mcp-server",
59
- "model-context-protocol"
58
+ "dotfiles",
59
+ "profiles"
60
60
  ],
61
61
  "author": "camgitt",
62
62
  "license": "MIT",
package/server.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.camgitt/memoir",
4
+ "description": "Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.",
5
+ "repository": {
6
+ "url": "https://github.com/camgitt/memoir",
7
+ "source": "github"
8
+ },
9
+ "version": "3.2.0",
10
+ "packages": [
11
+ {
12
+ "registryType": "npm",
13
+ "identifier": "memoir-cli",
14
+ "version": "3.2.0",
15
+ "transport": {
16
+ "type": "stdio"
17
+ }
18
+ }
19
+ ]
20
+ }