Context Fabric for Windsurf
io.github.vikas9793/context-fabric
Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.
client:Windsurf
transport:stdio
runtime:npm
Install Context Fabric in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"context-fabric": {
"command": "npx",
"args": [
"-y",
"context-fabric"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs