Mnemoverse Memory for Grok
io.github.mnemoverse/mcp-memory-server
Hosted AI agent memory that learns from outcomes, with shared rooms, in Claude, Cursor and ChatGPT.
client:Grok
transport:streamable-http
runtime:npm
Install Mnemoverse Memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-memory-server": {
"type": "http",
"url": "https://mcp.mnemoverse.com/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