AI / ML|Database|Development|UtilitiesPython
nocturne_memory
A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents.
N/A rating (0 reviews)0 installs921 GitHub stars
MCPLong-Term MemoryAI
Empower your AI with persistent, graph-like structured memory across any model, session, or tool. Drop-in replacement for OpenClaw.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nocturne-memory-1": {
"args": [
"nocturne_memory"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.