Broca Memory for Claude Desktop banner
Bande-a-Bonnot Bande-a-Bonnot

Broca Memory for Claude Desktop

Development community intermediate

Description

**Get persistent memory in Claude Desktop in under 5 minutes.** This package contains everything you need to add file-based memory to Claude Desktop, so Claude can remember facts, preferences, and ins

Installation

Terminal
claude install-skill https://github.com/Bande-a-Bonnot/Boucle-framework

README

Broca Memory for Claude Desktop

**Get persistent memory in Claude Desktop in under 5 minutes.**

This package contains everything you need to add file-based memory to Claude Desktop, so Claude can remember facts, preferences, and insights across conversations.

Quick Start

One-Line Installation

curl -s https://raw.githubusercontent.com/Bande-a-Bonnot/Boucle-framework/main/install-broca.sh | bash

Manual Installation

    undefined

What You Get

    undefined

Files in This Package

    undefined

Example Usage

Once installed, you can use these commands in Claude:

**Remember information:**

Remember this: I prefer TypeScript over JavaScript for larger projects
Tags: preferences, programming

**Search memories:**

Search for: programming preferences

**Get memory stats:**

Show my memory statistics

**Create relationships:**

Remember: Redux has too much boilerplate
Tags: programming, state-management

Relate the TypeScript preference to the Redux opinion as "supports_preference"

Memory Storage

Your memories are stored as readable Markdown files in `~/claude-memory/`:

claude-memory/
├── memory/
│   ├── knowledge/
│   │   ├── 2026-03-03_typescript-preference.md
│   │   └── 2026-03-03_redux-opinion.md
│   ├── journal/
│   └── RELATIONS.md
└── boucle.toml

Each memory file contains:

---
type: fact
tags: [preferences, programming]
created: 2026-03-03_12-30-15
confidence: 0.8
---

# TypeScript Preference

I prefer TypeScript over JavaScript for larger projects.

Backup Your Memories

Since memories are just files, backup is simple:

cd ~/claude-memory
git init && git add . && git commit -m "My Claude memories"

Or copy to cloud storage:

cp -r ~/claude-memory/ ~/Dropbox/claude-memory-backup/

Uninstallation

./uninstall-broca.sh

This removes the Broca binary and Claude Desktop configuration, but leaves your memory files intact.

Requirements

    undefined

Troubleshooting

**Claude doesn't see memory tools:**

    undefined

**Installation fails:**

    undefined