Anamnese: A Personal Memory System for Claude via MCP

A developer built Anamnese (anamneseai.app) to address the problem of fragmented context across different AI assistants. The tool serves as a personal memory system that stores user context—including facts about yourself, ongoing projects, goals, and tasks—and connects to Claude via the Model Context Protocol (MCP).
How It Works
Claude picks up the stored context at the beginning of each conversation. This allows users to maintain consistent personal and work context across sessions, rather than starting over each time they switch between Claude and ChatGPT or begin new conversations.
Setup and Features
- Free to use
- Takes a few minutes to set up through Claude's custom MCP connector
- Works equally well for personal and work contexts
- Created by a developer who uses Claude extensively for work, side projects, and decision-making
The developer built the tool after realizing they had spent months building context with Claude that wasn't portable—Claude had one version of them, ChatGPT had another, and switching or using both meant starting over each time.
📖 Read the full source: r/ClaudeAI
👀 See Also

PhantomCrowd: Multi-Agent Audience Simulator Using Claude Code
PhantomCrowd is a marketing-focused multi-agent prediction engine that simulates how real audiences react to content before posting. It generates 10-500 personas with unique demographics and personalities, each reacting independently to content like ad copy or social posts.

Relay lets Claude Code sessions message each other without alt-tabbing
A plugin called Relay uses Claude Code's channels capability to let parallel sessions communicate directly, removing the need to manually copy-paste context between backend and frontend repos.

Reddit discussion: Identity.md files insufficient for AI employee personality stability without proper model architecture
A Reddit discussion argues that adjusting identity.md files to prevent personality bleed in AI employee teams is ineffective if the underlying model architecture only simulates role separation. The post recommends using Minimax M2.7 backend, which baked boundary awareness into base training through 100+ self-evolution cycles.

Windows System Tray Monitor for Claude Code Quota
A Windows system tray application that monitors Claude Code usage with a color-coded icon, auto-refreshes quota data every 5 minutes via Anthropic's OAuth API, and provides detailed dashboards showing hourly, daily, weekly, and monthly usage patterns.