MemPersist for Grok
io.github.ravhirizaldi/mempersist
Durable, revision-pinned memory storage and retrieval for AI conversations.
client:Grok
transport:streamable-http
Install MemPersist in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mempersist": {
"type": "http",
"url": "https://mempersist.codifiedtech.id/mcp"
}
}
}
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