YourMemory for Grok
io.github.sachitrafa/yourmemory
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
client:Grok
transport:stdio
runtime:pypi
Install YourMemory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yourmemory": {
"type": "stdio",
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<PYTHONIOENCODING>"
}
}
}
}
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