Mem0
ConnectionPersistent memory for AI agents and assistants.
Install
Connections live under agent/connections/. Auth is brokered by Vercel Connect, so install the framework and the Connect SDK:
npm install eve@latest @vercel/connectQuick start
Create agent/connections/mem0.ts. The connection name is derived from the filename:
// agent/connections/mem0.tsimport { connect } from "@vercel/connect/eve";import { defineMcpClientConnection } from "eve/connections";export default defineMcpClientConnection({ url: "https://mcp.mem0.ai/mcp", description: "Mem0: store and retrieve persistent agent memory.", auth: connect("mem0"),});Connect owns the OAuth flow, and each end-user authorizes in their own browser before their first tool call.
Configure
Create the connector, link it to your project, and pull OIDC locally:
vercel connect create mem0vercel linkvercel env pullSee the Connections docs for principal types, headers, approval, and protocol-specific filters.
Agents using Mem0
Churn Risk Sentinel
Correlate usage drop-off with billing events, remember account history, and propose specific save plays.
Inbound Lead Qualifier
Qualify site visitors conversationally, score fit against your ICP, and hand sales a context-rich lead.
Chief of Staff (WhatsApp)
A pocket chief of staff: captures tasks from quick messages, tracks commitments, and remembers what matters across weeks.