memory-mcp

jayzuccarelli/memory-mcp
★ 0 stars Python AI/LLM Updated today
Personal cross-LLM memory layer. Markdown files are the source of truth; the server exposes them over MCP so Claude/ChatGPT/Cursor/etc. share one memory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-mcp": {
      "command": "uvx",
      "args": [
        "memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install memory-mcp

README Excerpt

A personal cross-LLM memory layer. Markdown files are the source of truth. The server exposes them as MCP tools so Claude, ChatGPT, Cursor, Mistral, etc. can read, search, and update memories — no cold start in any new chat. ``` memory/ MEMORY.md # always-loaded index, one line per memory identity.md # who you are

Tools (3)

MEMORY_TOKENoffredirect

Topics

chatgptclaudellmmcpmemorymodel-context-protocolpersonal-knowledge-management