SimpleMem

SimpleMem

An efficient and persistent memory system supporting text and multimodal data.

MCPDevOpen sourcememorymultimodalcompression
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 3.5k
Source
mcp-github

Overview

SimpleMem is an efficient persistent memory system that supports storing, compressing, and retrieving text, images, audio, and video. It uses semantic-lossless compression techniques for long-term memory management. Compatible with any AI platform supporting MCP or Python-integrated multimodal applications. Users can configure `OPENAI_BASE_URL` to use OpenAI-compatible backends such as Atlas Cloud. Ideal for LLM agents requiring long-term memory functionality.

Capabilities

  • Text and multimodal data storage
  • Semantic-lossless compression
  • Long-term memory retrieval
  • Support for multiple data types

Use cases

Memory management for LLM agentsMultimodal data processingLong-term knowledge retention

Setup

Requires: API KeyNode 环境
pip install simplemem

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What data types does SimpleMem support?

Text, images, audio, and video.

How do I configure SimpleMem to use Atlas Cloud?

Set `OPENAI_BASE_URL` to the Atlas Cloud URL.

Related skills