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

Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them
Blip is an MCP server for Claude Code that replaces verbal UI change descriptions with visual annotations. You draw directly on your running application, and Claude writes the corresponding code based on the annotated screenshot.

ToolLoop: Open-Source Agent Framework for Claude-Style Tools with Any Model
ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation with shared context.

Dynamic Status Bar for Claude Code Shows Live Updates
A developer has improved their Claude Code status bar from static text to dynamic display with real-time updates showing what Claude is working on. The configuration is available as a GitHub gist.

Crit: Local-first, single-binary CLI for reviewing agent plans and diffs
Crit is a single-binary CLI that opens files or diffs in a browser with a GitHub-inspired UI, allowing multi-round feedback loops with AI coding agents — no account needed.