telemem
About
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENAI_API_KEY TELEMEM_CONFIG TELEMEM_DEFAULT_USER_IDClaude Code
claude mcp add --env OPENAI_API_KEY= --env TELEMEM_CONFIG= --env TELEMEM_DEFAULT_USER_ID= telemem -- uvx telemem
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"telemem","command":"uvx","args":["telemem"],"env":{"OPENAI_API_KEY":"","TELEMEM_CONFIG":"","TELEMEM_DEFAULT_USER_ID":""}}'
JSON
{
"mcpServers": {
"telemem": {
"command": "uvx",
"args": [
"telemem"
],
"env": {
"OPENAI_API_KEY": "",
"TELEMEM_CONFIG": "",
"TELEMEM_DEFAULT_USER_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.