Persistent memory for Claude
Give Claude long-term memory that survives across conversations. Add HyperMemory as an MCP server and Claude remembers everything — context, relationships, and history.
Why This Works
Claude supports MCP servers natively. HyperMemory connects as a remote MCP server, giving Claude access to memory tools — store, recall, find related, and traverse relationships. Your conversations build a knowledge graph that grows over time instead of disappearing when the window closes.
Quick Setup
Add to your Claude MCP configuration:
{
"mcpServers": {
"hypermemory": {
"type": "url",
"url": "https://api.hypermemory.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Available Tools
| Tool | Description |
|---|---|
| memory_store | Save a memory with relationships |
| memory_recall | Retrieve relevant memories |
| memory_find_related | Discover connected knowledge |
Use Case
A product manager uses Claude daily for strategic planning. With HyperMemory, Claude remembers past decisions, stakeholder preferences, project timelines, and competitive analysis across every conversation. When asked "What did we decide about the Q3 roadmap?", Claude doesn't guess — it recalls the exact context and connected decisions.