Skip to content
VS Code

Memory Fabric for VS Code

io.github.elvirafa/memory-fabric

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

client:VS Code transport:stdio runtime:pypi

Install Memory Fabric in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory-fabric": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memory-fabric"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Memory Fabric in other clients