Banyan Memory for Grok
io.github.labacacia/banyan-memory
Persistent, governed local memory for MCP-compatible AI clients.
client:Grok
transport:stdio
runtime:nuget
Install Banyan Memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"banyan-memory": {
"type": "stdio",
"command": "dnx",
"args": [
"Banyan.Mcp.Server",
"--yes"
]
}
}
}
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