← Index

io.github.Intina47/context-sync

io.github.Intina47/context-sync·v1.0.1·Developer Tools
Quality Score
75
/100

Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more

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