MCP Directory
Back

telemem

by TeleAI-UAGI · Python · ★ 468

TeleMem is a high-performance drop-in replacement for Mem0, featuring semantic deduplication, long-term dialogue memory, and multimodal video reasoning.

#agent#agent-memory#ai-agents#character-memory#conversational-ai#faiss#llm#long-term-memory#mcp#mem0#memory#model-context-protocol#multimodal#rag#semantic-search#video-understanding

Install

pip install git+https://github.com/TeleAI-UAGI/telemem.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "telemem": {
      "command": "uvx",
      "args": [
        "git+https://github.com/TeleAI-UAGI/telemem.git"
      ]
    }
  }
}

From the README

TeleMem: Building Long-Term and Multimodal Memory for Agentic AI **If you find this project helpful, please give us a ⭐️ on GitHub for the latest update.** _🤝 Contributions welcome! Feel free to open an issue or submit a pull request._ - **[2026-06-12] 🎉 TeleMem [v1.7.1](https://github.com/TeleAI-UAGI/telemem/releases/tag/v1.7.1) is live on the [official MCP registry](https://registry.modelcontextprotocol.io) — run the memory server with zero install: ! Also new: [evaluation principles](https://teleai-uagi.github.io/telemem…
Read full README on GitHub →

Related ai & ml servers