ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Mem0 with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Give your AI agent persistent memory. store, search, and recall facts, preferences, and context across sessions using the leading agent memory platform.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Mem0 capability set.

These are the exact actions your AI can choose when you ask it to work with Mem0.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Mem0.

  1. 01

    Add memory

    The system automatically extracts structured facts from the provided content and stores them as searchable, persistent memories associated with the given user ID. Store a new memory for a user. The AI extracts key facts and preferences from the content and stores them as persistent memories

  2. 02

    Delete memory

    Use with caution. this action cannot be undone. Delete a specific memory by its ID

  3. 03

    Get memories

    Useful for reviewing what the agent knows about a user or for building a user profile. List all stored memories for a specific user

  4. 04

    Search memories

    Returns results ranked by relevance score, enabling the agent to recall past preferences, facts, and context. Semantically search stored memories for a specific user. Returns the most relevant memories matching your query

Observed, not estimated

805ms average. Fast in production.

Mem0 is checked daily against the live service.

Daily averagePeak 1093ms
Aug 20Today
Fastest day
664ms
Slowest day
1093ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Mem0, so you can see the experience inside your AI.

It does not authenticate your account with Mem0. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Mem0 Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_G1YeH4ndKkDjNcv9DrC9WaHAUopRWaqhaZNb5wse/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Mem0 capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mem0-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_G1YeH4ndKkDjNcv9DrC9WaHAUopRWaqhaZNb5wse/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Mem0 owners ask.

  • 01

    Is Mem0 free to use?

    Yes! Mem0 offers a free Hobby tier with 10,000 memories and 1,000 search calls per month. no credit card required. Paid plans start at $19/month for higher limits. An open-source version (Apache 2.0) is also available for self-hosting.

  • 02

    How does Mem0 extract and store memories?

    When you send content to Mem0, its AI automatically extracts key facts and structured information. For example, if you send 'I prefer Python over JavaScript and work best in the morning', Mem0 creates two separate memories: one about language preference and one about work schedule. These are stored in a hybrid architecture (key-value + vector + graph) for fast semantic retrieval.

  • 03

    Can I organize memories by user or agent?

    Yes! Every memory operation supports scoping by user_id, agent_id, or run_id. This means you can maintain separate memory banks for different users, different agents, or even different conversation runs. keeping context perfectly isolated.