Skip to content
Claude Desktop

telemem for Claude Desktop

io.github.teleai-uagi/telemem

Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option

client:Claude Desktop transport:stdio runtime:pypi

Install telemem in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "telemem": {
      "command": "uvx",
      "args": [
        "telemem"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "TELEMEM_CONFIG": "<TELEMEM_CONFIG>",
        "TELEMEM_DEFAULT_USER_ID": "<TELEMEM_DEFAULT_USER_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

telemem in other clients