mcp-memory
Star on GitHub Created by @pulik_io

Your Personal Long-Term Memory

Is AI forgetting who you are, your context, or preferences? Use mcp-memory for the same memory layer across Cursor, Claude, Copilot, and other MCP clients. Works with any LLM like OpenAI, Gemini, or Anthropic.

100% Open Source Self-Hostable on Cloudflare Uses Semantic Search (RAG)

Your unique ID is stored locally in your browser. Save it somewhere safe. Works with any MCP Client.

Cursor Installation

Add the following configuration to your Cursor mcp.json file.

Config file location:

  • Global: ~/.cursor/mcp.json
  • Project: .cursor/mcp.json (in project root)

Add this JSON object:

{
  "mcpServers": {
    "mcp-memory": {
      "url": "YOUR_MCP_URL_HERE"
    }
  }
}

Your Memories

    {/* Memories will be loaded here */}
  • Loading memories...