1. save_context
Save important information with tags.
2. load_contexts
Load previous context and conversations.
3. forget_context
Remove outdated information.
4. list_all_projects
View all your projects.
5. get_popular_tags
Find commonly used tags.
Extended Memory MCP is a Model Context Protocol tool that provides cross-session memory storage for Claude Desktop app, solving token limit issues by preserving project context, decisions, and working preferences across conversations.

{
"mcpServers": {
"extended-memory": {
"command": "python3",
"args": ["-m", "extended_memory_mcp.server"],
"env": {
"LOG_LEVEL": "INFO"
}
}
}
}