telemem for Grok
io.github.teleai-uagi/telemem
Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option
client:Grok
transport:stdio
runtime:pypi
Install telemem in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs