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
{
"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