← Index

Context Fabric

io.github.VIKAS9793/context-fabric·v1.0.7·Memory & RAG
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "context-fabric": {
      "command": "npx",
      "args": [
        "-y",
        "context-fabric"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "context-fabric": {
      "command": "npx",
      "args": [
        "-y",
        "context-fabric"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y context-fabric
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG