memory-mcp-server

devasghar/memory-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
A model‑agnostic, self‑hostable memory layer that gives any LLM (Claude, OpenAI, local models) a persistent, structured, and searchable long‑term memory. Built on the Model Context Protocol (MCP) and aligned with the emerging Open Memory Specification (OMS) – ready to become your personal AI memory operating system.
View on GitHub →

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-server": {
      "command": "uvx",
      "args": [
        "memory-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install memory-mcp-server