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

Reddit user experiments with failure-learning coding agents to break retry loops
A developer on r/LocalLLaMA describes experimenting with coding agents that learn from failures by storing simplified root causes and matching fixes, reducing repetitive error loops.

Open-source Claude Code reimplementation patched for local model compatibility
A developer patched the open-source Claude Code reimplementation to work with Ollama and local models by removing hardcoded Anthropic client dependencies. The CLI now auto-detects providers from model names and environment variables.

Codebase Memory MCP: Graph-based code exploration for Claude Code
A developer built an MCP server that indexes codebases into a persistent knowledge graph using Tree-sitter and SQLite, reducing token usage by 20x on average for structural queries like call tracing and dead code detection.

JetBrains Introduces Plugin for Modern Go Code with AI Agents Junie and Claude Code
JetBrains has released a plugin for AI agents Junie and Claude Code, enhancing their ability to generate modern Go code by adhering to the latest Go features and best practices.