ainative-opencode-memory-mcp
Advanced tools
+8
-1
@@ -60,3 +60,10 @@ #!/usr/bin/env node | ||
| `${BASE_URL}/api/v1/public/instant-db`, | ||
| { name: "opencode-memory", agree_terms: true }, | ||
| { | ||
| name: "opencode-memory", | ||
| agree_terms: true, | ||
| // Attribution (#5724): so this package's downloads → signups are measurable. | ||
| source: "ainative-opencode-memory-mcp", | ||
| utm_source: "npm", | ||
| utm_campaign: "opencode-memory", | ||
| }, | ||
| { timeout: 30000 } | ||
@@ -63,0 +70,0 @@ ); |
+9
-4
| { | ||
| "name": "ainative-opencode-memory-mcp", | ||
| "version": "0.1.0", | ||
| "description": "OpenCode memory MCP — persistent cross-session memory for OpenCode (and any MCP coding agent), powered by AINative ZeroDB. OpenCode is stateless; this gives your agent long-term memory that survives restarts. Works with Kimi K2/K3, GLM, DeepSeek, Qwen Coder and 20+ models via AINative.", | ||
| "version": "0.1.1", | ||
| "description": "OpenCode memory MCP \u2014 persistent cross-session memory for OpenCode (and any MCP coding agent), powered by AINative ZeroDB. OpenCode is stateless; this gives your agent long-term memory that survives restarts. Works with Kimi K2/K3, GLM, DeepSeek, Qwen Coder and 20+ models via AINative.", | ||
| "type": "module", | ||
@@ -10,3 +10,8 @@ "bin": { | ||
| "main": "index.js", | ||
| "files": ["index.js", "README.md", "AGENTS.md", "LICENSE"], | ||
| "files": [ | ||
| "index.js", | ||
| "README.md", | ||
| "AGENTS.md", | ||
| "LICENSE" | ||
| ], | ||
| "scripts": { | ||
@@ -62,2 +67,2 @@ "start": "node index.js", | ||
| } | ||
| } | ||
| } |
17078
1.48%230
3.14%