What is the Context Fabric MCP server?
Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.
How to install Context Fabric
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/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"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-fabric": {
"command": "npx",
"args": [
"-y",
"context-fabric"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"context-fabric": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-fabric"
]
}
}
}Claude Code
claude mcp add context-fabric -- npx -y context-fabricRelated MCP servers
AndroJack MCP
Active
Android engineering MCP server with verified documentation grounding and AI validation tools.
22
View repository →TypeScript