MCP Catalogs
Home

Ombre-Brain

by P0lar1zzZ·94·Score 47

An emotional memory system for Claude using Russell's valence/arousal coordinates with MCP protocol integration.

ai-llmknowledge-graphproductivity
33
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Ombre Brain provides Claude with persistent emotional memory across conversations. It implements a sophisticated memory system using Russell's circumplex model to tag memories with valence and arousal coordinates. Memories are stored as Obsidian-compatible Markdown files with forgetting curves that naturally decay over time, while emotionally intense memories decay slower. The system includes five MCP tools: breath for memory surfacing/searching, hold for storing memories with auto-tagging, grow for diary digest and splitting, trace for modification/deletion, and pulse for system status. It gracefully degrades to local keyword analysis when APIs are unavailable.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Personal AI assistant with long-term relationship memory
you:Therapeutic chatbot that remembers emotional contexts
you:Creative writing AI that maintains character and plot continuity

When to choose this

Choose this when you need Claude to maintain emotional context across conversations and want a human-like memory system with natural forgetting curves.

When NOT to choose this

Avoid if you need a simple key-value memory store or if you're not comfortable with a system that automatically forgets information over time.

Tools this server exposes

5 tools extracted from the README
  • breath

    Surface or search memories

  • hold

    Store a single memory with auto-tagging

  • grow

    Diary digest, auto-split into multiple buckets

  • trace

    Modify metadata, mark resolved, delete

  • pulse

    System status + all memory buckets listing

Comparable tools

claude-memorysemantic-memory-mcpobsidian-integration

Installation

git clone https://github.com/P0lar1zzZ/Ombre-Brain.git
cd Ombre-Brain
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp config.example.yaml config.yaml

For Claude Desktop:

{
  "mcpServers": {
    "ombre-brain": {
      "command": "python",
      "args": ["/path/to/Ombre-Brain/server.py"],
      "env": {
        "OMBRE_API_KEY": "your-api-key"
      }
    }
  }
}

Compare Ombre-Brain with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.