LogoSTMCP
Download
extended-memory-mcp

Extended Memory MCP

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.

Tools

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.

Find commonly used tags.

Open Graph image for Extended Memory MCP

JSON Config

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

Useful Links

Information