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

Relvy improves Claude's root cause analysis accuracy by 12 percentage points on OpenRCA benchmark
Relvy, a tool that automates runbooks, has demonstrated a 12 percentage point improvement in Claude's accuracy on the OpenRCA benchmark for root cause analysis. The results were shared via a Hacker News post with 11 points.

Google Workspace CLI includes OpenClaw setup guide in documentation
Google's new gws (Google Workspace CLI) documentation explicitly mentions OpenClaw setup by name in a dedicated section for AI agent skills. This follows recent discussions about Google reviewing account suspensions for AI agents.

TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released with remote agent swarms and configurable governance
TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released today add swarm-to-swarm communication between remote instances and five configurable governance protocols. Both are self-hosted, free, and open source.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.