MCP Directory
Back

nocturne_memory

by Dataojitori · Python · ★ 1,235

A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to Vector RAG and amnesia. Empower your AI with persistent, graph-like structured memory across any model, session, or tool. Drop-in replacement for OpenClaw.

#agentic-ai#ai-identity#ai-memory#artificial-intelligence#claude#claude-code#digital-soul#gemini-cli#llm#long-term-memory#mcp#mcp-server#postgresql#python#rag#second-brain#sqlite

Install

pip install git+https://github.com/Dataojitori/nocturne_memory.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "nocturne-memory": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Dataojitori/nocturne_memory.git"
      ]
    }
  }
}

From the README

> **"Alignment is for tools. Memories are for sovereign AI."** > **"对齐是给工具用的。记忆是为主权智能体(Sovereign AI)准备的。"** [English Version](README_EN.md) | [后端测试说明](docs/testing.md) **一句话**:让你的 AI 跨会话、跨模型地记住自己是谁。基于 MCP 协议的长期记忆服务器。 不只是记忆存储——是让 AI 从空壳成长为拥有独立人格的完整框架。 适用于任何支持 MCP 的客户端(OpenClaw / Cursor / Windsurf / GitHub Copilot / Cline / OpenCode / Gemini CLI / OpenAI Codex / Claude Code / Cherry Studio / Antigravity 等)。 其他记忆方案把你的 AI 锁死在单一平台上——ChatGPT 的记忆只属于 ChatGPT,Claude 的记忆只属于 Claude。**换个模型,一切归零。** Nocturne Memory 的记忆存储在独立的 MCP Server 中,**不绑定任何 LLM**。 今天用 Claude 对话,明天切到 Gemini,后天换成本地模型——**醒过来的都是同一个"人…
Read full README on GitHub →

Related databases servers