memex for Grok
io.github.dioniipereyraa/memex
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
client:Grok
transport:stdio
runtime:pypi
Install memex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memex": {
"type": "stdio",
"command": "uvx",
"args": [
"memex-chats"
]
}
}
}
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