🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ainative-opencode-memory-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ainative-opencode-memory-mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+8
-1
index.js

@@ -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",

}
}
}