Memory Fabric for Grok
io.github.elvirafa/memory-fabric
File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.
client:Grok
transport:stdio
runtime:pypi
Install Memory Fabric in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memory-fabric": {
"type": "stdio",
"command": "uvx",
"args": [
"memory-fabric"
]
}
}
}
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