memorybank for Grok
io.github.maxweb4u/memorybank
Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing, drift vs code
client:Grok
transport:stdio
runtime:npm
Install memorybank in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memorybank": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maxweb4u/mcp-memorybank"
]
}
}
}
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