
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@contextdb/cloud
Advanced tools
TypeScript SDK for persistent, action-aware memory in AI voice, support, and workflow agents
Give Node.js voice, support, and workflow agents persistent memory through the hosted ContextDB data plane.
npm install @contextdb/cloud
import { CloudClient } from "@contextdb/cloud";
const db = new CloudClient({
baseUrl: "https://api.contextdb.ai",
apiKey: process.env.CONTEXTDB_API_KEY!,
});
const saved = await db.remember(
"caller-1",
"Thursday works",
{ source: "user_stated" },
);
Project API keys are server credentials. Do not expose them to browser code.
The package is alpha. It contains no ContextDB Cloud server implementation. No public availability SLA is claimed.
FAQs
TypeScript SDK for persistent, action-aware memory in AI voice, support, and workflow agents
The npm package @contextdb/cloud receives a total of 6 weekly downloads. As such, @contextdb/cloud popularity was classified as not popular.
We found that @contextdb/cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.