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
Tendril: A self-extending agent that builds and registers tools on the fly
Tendril is an agentic sandbox that autonomously discovers, builds, and registers tools. It starts with just three bootstrap tools and dynamically grows its capability registry without asking the user.

OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal
An open source trading terminal for Indian markets has been wired up as an OpenClaw skill server, allowing any OpenClaw agent to pull Indian stock market data and run full analysis over HTTP without local installation. The system uses seven specialist agents working in parallel to generate structured analysis with trade plans.

Femtobot: Efficient Rust Agent for Low-Resource Environments
Femtobot is a lightweight Rust-based AI agent designed to run efficiently on low-resource machines, such as older Raspberry Pis, through a ~10MB binary without large runtime dependencies.

Fixing Context Bloat in Claude Code Auto-Memory with a Naming Schema and Audit Script
A Claude Code skill enforces a 3-type naming schema, required frontmatter, and a bash audit script to deduplicate memory files and reduce context load.