Skip to content
Cursor

telemem for Cursor

io.github.teleai-uagi/telemem

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

client:Cursor transport:stdio runtime:pypi

Install telemem in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

telemem in other clients