ContextSync gives every AI tool a shared memory — local-first, privacy-first. One setup, 10 tools connected.
Developers use 3–5 AI coding tools daily. Every one starts blank — no memory of what you taught yesterday.
SQLite + FTS5 search. 4 MCP tools: get_memories, save_memory, get_rules, list_memories. Any MCP tool connects automatically.
One rules.md → CLAUDE.md, .cursorrules, AGENTS.md, .windsurfrules, GEMINI.md + more. Daemon auto-updates all files.
Local by default. AES-GCM encrypted tool list. Cloud sync is opt-in. We never read your content.
The Model Context Protocol is an open standard by Anthropic for connecting AI tools to external data. ContextSync implements an MCP server that exposes your project memory as tools any MCP-compatible AI can use.
Each AI tool launches ContextSync via stdio. The MCP server connects to a shared local SQLite database with FTS5 full-text search. A background daemon watches rules.md for changes and syncs memories to cloud for Pro users.
Yang Qing — independent developer. Built ContextSync after years of frustration with the same memory-loss problems across every AI coding tool. The solution had to be tool-agnostic.