Context Fabric for VS Code
io.github.vikas9793/context-fabric
Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.
client:VS Code
transport:stdio
runtime:npm
Install Context Fabric in VS Code
.vscode/mcp.json
{
"servers": {
"context-fabric": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-fabric"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs