searchcraft for Grok
io.github.sathergate/searchcraft
Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service.
client:Grok
transport:stdio
runtime:npm
Install searchcraft in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"searchcraft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searchcraft"
]
}
}
}
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