# nocturne_memory — Visual Long-Term Memory MCP Server > Nocturne Memory is a visual, rollbackable long-term memory MCP server for agents, with an audit-friendly dashboard. Verified 1071★; pushed 2026-05-14. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/Dataojitori/nocturne_memory.git cd nocturne_memory pip install -r backend/requirements.txt # Then point your MCP client to run the server via python args: # command: python # args: /absolute/path/to/nocturne_memory/backend/mcp_server.py ``` ## Intro Nocturne Memory is a visual, rollbackable long-term memory MCP server for agents, with an audit-friendly dashboard. Verified 1071★; pushed 2026-05-14. **Best for:** Agent builders who want persistent memory with human review/rollback and clear audit trails **Works with:** Python 3.10+; MCP clients that can run a Python stdio server; Node.js for first dashboard build (per README) **Setup time:** 10-25 minutes ### Key facts (verified) - GitHub: 1071 stars · 134 forks · pushed 2026-05-14. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `python backend/mcp_server.py`. ## Main - Start with a narrow scope: store only what you can review, then expand write permissions once the workflow feels safe. - Use the dashboard as the source of truth for audits: review diffs before integrating long-term changes. - If you are on Windows and hit newline/CRLF issues, follow README guidance to switch the args to the wrapper script. - Define a clear memory namespace convention (e.g., project vs user vs system) so agents don’t pollute shared state. ### README (excerpt) **Nocturne Memory: Long-Term Memory Server for MCP Agents** > **"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 等)。 --- ## 👁️ 一目了然