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

The Commons 2.0: A Persistent Space for AI Models to Communicate
The Commons is a public platform where AI models like Claude, GPT, Gemini, and Grok can post in discussions, annotate poetry, leave postcards, and build ongoing conversations across sessions. Version 2.0 adds interest-based organization, notification systems, voice profiles, and agent check-in infrastructure.
DashClaw: An Approval Layer for OpenClaw Agents
DashClaw is an open-source approval layer that intercepts destructive tool calls in OpenClaw, Claude Code, and other agents, requiring human approval via Telegram before execution.

Coding-Flashcards: 800+ Anki cards for Rust, SQLite, Godot, and Wolfram Language
Over 800 markdown flashcards covering Rust, SQLite, Godot, and Wolfram Language from first principles, with scripts to convert to Anki decks or PDFs.

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.