Skip to content
Claude Desktop

Context Fabric for Claude Desktop

io.github.vikas9793/context-fabric

Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.

client:Claude Desktop transport:stdio runtime:npm

Install Context Fabric in Claude Desktop

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

{
  "mcpServers": {
    "context-fabric": {
      "command": "npx",
      "args": [
        "-y",
        "context-fabric"
      ]
    }
  }
}

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

Context Fabric in other clients