claude find for Grok
io.github.cavinooo/claude-find
Pull Deep Memory from across your Claude Code Sessions — when you need it.
client:Grok
transport:stdio
runtime:npm
Install claude find in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"claude-find": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-find"
]
}
}
}
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