镜像概览

完整引用
docker.io/mem0/openmemory-mcp
Registry
docker.io
命名空间
mem0
仓库
openmemory-mcp
已缓存 Tag 数
1
最近同步
07/06/2026, 02:24 AM

简介

Mem0 OpenMemory MCP 镜像,AI Agent 长期记忆 MCP 服务器,向 LLM 提供跨会话持久化 memory 存储 API。

详细介绍

mem0/openmemory-mcp 运行 Mem0 OpenMemory MCP Server,为 AI Agent 提供跨会话长期记忆存储与检索 API,兼容 MCP 协议。定位为 AI 记忆 MCP API 服务,需 vector DB 后端;K8s Deployment AI Agent 记忆后端。

快速启动

docker run -d --name openmemory \
  -p 8765:8765 \
  docker.io/mem0/openmemory-mcp:latest

推荐实践

docker run -d --name openmemory \
  --restart unless-stopped \
  -p 8765:8765 \
  -v /data/mem0:/data \
  -e OPENAI_API_KEY=sk-xxx \
  docker.io/mem0/openmemory-mcp:1.0.0

核心参数说明

  • -p 8765:8765 — MCP HTTP API
  • -v .../mem0:... — 记忆数据持久化
  • -e OPENAI_API_KEY — Embedding API(高敏
  • 协议 — MCP (Model Context Protocol)

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: openmemory-mcp
spec:
  replicas: 1
  selector:
    matchLabels:
      app: openmemory
  template:
    metadata:
      labels:
        app: openmemory
    spec:
      containers:
        - name: mem0
          image: docker.io/mem0/openmemory-mcp:1.0.0
          ports:
            - containerPort: 8765
          envFrom:
            - secretRef:
                name: mem0-env
          volumeMounts:
            - name: data
              mountPath: /data
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: mem0-data
---
apiVersion: v1
kind: Service
metadata:
  name: openmemory-mcp
spec:
  selector:
    app: openmemory
  ports:
    - port: 8765
      targetPort: 8765

AI Agent MCP 客户端连接;Qdrant/PG 向量后端可选。

最新 Tag(20 条)

查看全部 1 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/mem0/openmemory-mcp
:latest
linux/amd64linux/arm64
2025/06/18 02:13142.3 MBsha256:3d1836da4503