★ 700 stars
Python
🤖 AI/LLM
Updated 2mo ago
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.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nocturne_memory": {
"command": "uvx",
"args": [
"nocturne-memory"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nocturne_memory uvx nocturne-memory
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nocturne_memory": {
"command": "uvx",
"args": [
"nocturne-memory"
]
}
}
}
📋 Copy
Or install with pip: pip install nocturne-memory
Topics
agentic-ai ai-identity ai-memory artificial-intelligence claude claude-code digital-soul llm long-term-memory mcp mcp-server postgresql python rag second-brain