Skip to content
Claude Desktop

Memory Fabric for Claude Desktop

io.github.elvirafa/memory-fabric

File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB.

client:Claude Desktop transport:stdio runtime:pypi

Install Memory Fabric in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memory-fabric": {
      "command": "uvx",
      "args": [
        "memory-fabric"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Memory Fabric in other clients