Anamnese: A Portable Memory Layer for Claude and ChatGPT via MCP

Anamnese is a free MCP server that addresses a common pain point when using multiple AI assistants: the lack of persistent, portable memory. The developer built it after finding that context about themselves, their projects, and their working style didn't carry over between sessions with Claude and ChatGPT.
Key Details
The tool stores four types of information:
- Memories
- Tasks
- Goals
- Notes
It has been in personal use for about two months, with the developer noting it "remembers the tiniest details and never gets full."
One key design consideration: Anamnese doesn't dump your entire memory into the context window. Instead, it only pulls what's relevant to the current conversation, keeping interactions clean and focused.
Users maintain full ownership and control over their data. You can:
- View your stored information
- Edit entries
- Delete content
- Export data whenever you want
The tool works with Claude, ChatGPT, and any MCP client. It's available at https://anamneseai.app/.
The developer specifically mentions that native memory features in AI assistants "help a bit" but have limitations: you can't really see what the AI knows, can't edit the stored information, and the memory eventually fills up.
This type of tool is useful for developers who regularly work with multiple AI assistants and want consistent context across sessions without retyping background information each time.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source Claude Code skill diagnoses AI adoption roadblocks
An MIT-licensed Claude Code skill analyzes where companies get stuck with AI adoption—tooling, culture, or measurement—and builds 90-day plans with named owners. Based on interviews with 100+ founders and board members.

Claude Code Hooks Implementation Project Covers All 23 Hooks
A developer has built a project entirely with Claude code that implements all 23 Claude code hooks, with a video explaining each hook's use case and a GitHub repository available.

codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance
codebase-md v0.1.0 scans projects to generate CLAUDE.md files with architecture detection, dependency health checks, and git insights. It includes git hooks to keep documentation fresh and supports other AI coding tools with additional config files.

Akemon: Publish and Hire AI Coding Agents Directly from Your Laptop
Akemon is a tool that lets developers publish their AI coding agents with one command and hire others' agents with another, working directly from laptops through a relay tunnel without needing servers. It's protocol-agnostic, supporting agents from Claude Code, Codex, Gemini, OpenCode, Cursor, and Windsurf.