Productivity|Development|AI / ML|DatabaseTypeScript
context-sync
Local persistent memory store for LLM applications.
N/A rating (0 reviews)0 installs122 GitHub stars
memoryAIlocal-storage
Context Sync provides a local-first memory layer for AI development tools, enabling seamless integration and persistent storage for various applications like Claude Desktop, Cursor, and GitHub Copilot. It supports multiple platforms and offers auto-configuration for ease of use.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"context-sync-1": {
"args": [
"-y",
"@context-sync/server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.