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

SIDJUA Framework Adds Governance Layer to Autonomous AI Agents
SIDJUA is a framework with built-in governance, role-based authority rules, and full audit trails that sits on top of any AI model with an API. The demo shows a three-tier hierarchy that scales to 7+1 tiers, with every decision logged and costs tracked in real time.
OpenClaw Mock API for Building Tools/Integrations Against the Gateway
An open source mock of the OpenClaw gateway WebSocket API using Imposter. Supports chat.send/history, session create/list, agent list, model list. Extend with YAML and JSON.

Hermes Agent v0.6.0 offers improved local model support with per-model tool call parsers
Hermes Agent v0.6.0 from Nous Research provides per-model tool call parsers that handle tool calling properly on 30B class models, supports Ollama, vLLM, and sglang out of the box, and includes six terminal backends including Modal and Daytona for serverless deployment.

Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes
Reddit user Positive_Camel2086 details how they used Claude with the Blender MCP server to generate a 10-second vertical launch video, automating camera rigging, materials, fog, and particle systems via conversational prompts.