mnemo mcp for Grok
io.github.n24q02m/mnemo-mcp
Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited.
client:Grok
transport:stdio
runtime:pypi
Install mnemo mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mnemo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mnemo-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>"
}
}
}
}
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