memory industry for Grok
io.github.leandropg19/memory-industry
MemoryIndustry persistent memory MCP server: BM25+MMR retrieval and audit.
client:Grok
transport:stdio
runtime:npm
Install memory industry in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memory-industry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memory-industry"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"CUBA_PROJECT_FILTER": "<CUBA_PROJECT_FILTER>",
"CUBA_SYNC_DIR": "<CUBA_SYNC_DIR>",
"CUBA_JUDGE": "<CUBA_JUDGE>",
"CUBA_JUEZ_CLI": "<CUBA_JUEZ_CLI>",
"CUBA_JUEZ_MODEL": "<CUBA_JUEZ_MODEL>",
"CUBA_REM_RELATION_BATCH": "<CUBA_REM_RELATION_BATCH>",
"CUBA_RERANKER_PATH": "<CUBA_RERANKER_PATH>",
"CUBA_RERANK_FIXED_SHAPE": "<CUBA_RERANK_FIXED_SHAPE>"
}
}
}
}
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