Catalog
io.github.TeleAI-UAGI/telemem
Officialby TeleAI-UAGI · Python
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
Multimodal long-term memory for AI agents with local-first and mem0-compatible options.
Topics
agentconversational-aillmlong-term-memorymem0memorymultimodalragsemantic-searchcharacter-memoryagent-memoryai-agentsfaissmcpmodel-context-protocolvideo-understanding
README not available yet.
Install
Configuration
Environment variables
OPENAI_API_KEYsecretAPI key for the default OpenAI LLM/embedder (not needed with a local TELEMEM_CONFIG)
TELEMEM_CONFIGPath to a TeleMem YAML/JSON config, e.g. the fully-local Ollama + FAISS setup (config/config.ollama.yaml)
TELEMEM_DEFAULT_USER_IDDefault memory scope when tool calls omit user_id/agent_id/run_id (default: telemem-mcp)
claude_desktop_config.json
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"TELEMEM_CONFIG": "<YOUR_TELEMEM_CONFIG>",
"TELEMEM_DEFAULT_USER_ID": "<YOUR_TELEMEM_DEFAULT_USER_ID>"
}
}
}
}