context-sync
Verified Safeby Intina47
Overview
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
Installation
npx -y @context-sync/serverEnvironment Variables
- CONTEXT_SYNC_DB_PATH
- CURSOR_IDE
- CURSOR_VERSION
- ZED_EDITOR
- VSCODE_PID
- VSCODE_CWD
- CONTINUE_GLOBAL_DIR
- GITHUB_COPILOT_TOKEN
- GITHUB_TOKEN
- WINDSURF_IDE
Security Notes
The server operates locally, minimizing network exposure. File operations include path validation and size limits, and require explicit user approval for writes/deletes. Git integration uses `execSync` for external commands, which is a potential risk vector but is constrained to `git` commands and attempts to sanitize inputs using quoted paths. No hardcoded secrets were identified; Notion API keys are expected to be user-configured. The architecture is 'local-first' and 'open source' promoting transparency and user control over data.
Similar Servers
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.