SuperMemory for Grok
io.github.yashvanthange/supermemory
MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.
client:Grok
transport:stdio
runtime:pypi
Install SuperMemory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"supermemory": {
"type": "stdio",
"command": "uvx",
"args": [
"supermemory-agent"
],
"env": {
"SUPERMEMORY_STORAGE_PATH": "<SUPERMEMORY_STORAGE_PATH>",
"UALL_DATA_DIR": "<UALL_DATA_DIR>"
}
}
}
}
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