Ombre-Brain
Active·★ 101·MIT·Updated 2026-04-06
★ Trending★ Memory & Context
For Claude.
Ombre Brain is a long-term emotional memory system for Claude. It tags memories using Russell's valence/arousal coordinates, stores them as Obsidian-compatible Markdown, connects via MCP, and implements a forgetting curve. It features natural decay and active surfacing of unresolved memories.
#ai-agent#chatgpt#claude#emotional-intelligence#gemini#long-term-memory#mcp#mcp-server
01
Features
01Emotional tagging using valence and arousal dimensions
02Natural forgetting with modified Ebbinghaus curve
03Weight pool surfacing of unresolved memories
04Obsidian-native Markdown storage with YAML frontmatter
05API degradation to local keyword analysis when unavailable
02
Compatibility
Claude Desktop
Native via MCP stdio
Verified via docs
Claude.ai
Supported via HTTP tunnel
Verified via docs
Obsidian
Native Markdown storage
Verified via docs
03
Quick start
1
$ git clone https://github.com/P0lar1zzZ/Ombre-Brain.git
2
$ cd Ombre-Brain
3
$ python -m venv .venv
4
$ source .venv/bin/activate
5
$ pip install -r requirements.txt
04
Use cases
↳Persistent cross-conversation memory for Claude
↳Tracking emotional patterns and unresolved topics over time
↳Diary-style archival of daily conversations
05
Alternatives
letta★ 23.0k
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
DesktopCommanderMCP★ 6.1k
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
Related searches
Comments
Log in to leave a comment
- River RiveraMay 1, 2026
Straightforward integration with Claude. No configuration overhead.
- OOakley NguyenMar 26, 2026
Quick to set up, works reliably for basic agent memory needs.
- CCasey NguyenMar 24, 2026
Lightweight memory layer for Claude workflows. Does what it says.