Context Sync
Context Sync
Локальная память проекта для инструментов программирования с ИИ через MCP.
Context Sync предоставляет агенту уровень постоянной памяти для кодовой базы:
идентификация проекта и технологический стек
активная работа, решения, ограничения и предостережения
структурированное исследование файлов
контекст с учетом git
опциональный просмотр Notion только для чтения

Что это делает
Context Sync создан для непрерывности сессий. Вместо того чтобы полагаться на модель, запоминающую предыдущие разговоры, он сохраняет важный контекст проекта и делает его доступным через небольшой набор инструментов MCP.
Текущие основные инструменты:
set_projectrememberrecallread_filesearchstructuregitnotion
Related MCP server: ContextStream MCP Server
Установка
Установите глобально:
npm install -g @context-sync/serverАвтоматическая настройка выполняется во время глобальной установки. После установки перезапустите ваш ИИ-инструмент.
Если вы устанавливаете локально, а не глобально, автонастройка не запускается. Используйте руководство по ручной настройке в docs/CONFIG.md.
Проверка
Убедитесь, что context-sync появился в вашем списке инструментов MCP:
Claude Desktop: откройте список инструментов
Cursor: откройте список инструментов
VS Code / Режим агента Copilot Chat: проверьте инструменты
Continue.dev: откройте панель Continue
Codex CLI:
codex mcp listClaude Code:
claude mcp list
Если автонастройка не удалась, используйте docs/TROUBLESHOOTING.md и docs/CONFIG.md.
Дополнительная настройка Notion
Запустите мастер настройки, если вам нужна интеграция с Notion:
context-sync-setupили:
npx context-sync-setupПоддержка Notion намеренно сделана только для чтения на уровне инструментов:
notion({ action: "search", query: "..." })notion({ action: "read", pageId: "..." })
Рабочий процесс для первого использования
Начинайте каждую новую сессию с установки проекта:
1. set_project({ path: "/absolute/path/to/project" })
2. recall()
3. structure({ depth: 2 })
4. read_file({ path: "src/index.ts" })
5. remember({ type: "decision", content: "Use SQLite for local storage" })Рекомендуемый шаблон:
set_projectодин раз за проект/начало сессииrecallдля восстановления контекстаstructureиsearchдля исследованияread_fileдля целенаправленного изученияrememberкогда что-то должно сохраниться после текущей сессии
Интеграция с Git
Когда вы запускаете set_project внутри репозитория git, Context Sync может установить хуки для автоматического захвата контекста.
Установленные хуки:
post-commitpre-pushpost-mergepost-checkout
Хуки помечаются как Context Sync Auto-Hook, а существующие хуки предварительно сохраняются.
Инструмент git поддерживает:
statuscontexthotspotscouplingblameanalysis
Данные и конфигурация
Расположения по умолчанию:
База данных:
~/.context-sync/data.dbКонфигурация:
~/.context-sync/config.jsonСтатус установки:
~/.context-sync/install-status.json
Пользовательские параметры базы данных:
CLI:
context-sync --db-path /absolute/path/to/dbПеременная окружения:
CONTEXT_SYNC_DB_PATH
Подробности хранения см. в docs/DATA.md.
Поддерживаемые платформы
Claude Desktop
Cursor
VS Code + GitHub Copilot
Continue.dev
Zed
Windsurf
Codeium
TabNine
Codex CLI
Claude Code
Antigravity
Документация
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI memory layer — one shared, persistent memory across every AI tool you connect.
Shared memory for coding agents. Stop re-explaining your codebase every session.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions.
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides AI assistants with persistent memory of your project architecture, development history, and technical decisions, allowing them to give context-aware coding help without needing repeated explanations.16612MIT
- AlicenseCqualityAmaintenanceProvides AI assistants with persistent memory and code intelligence across all tools and conversations. Features semantic search, knowledge graphs, decision tracking, and impact analysis with 60+ tools for universal context preservation.3685241MIT

Doclea MCPofficial
AlicenseNot gradedqualityCmaintenanceProvides persistent memory for AI coding assistants, storing and retrieving architectural decisions, patterns, and solutions across sessions using semantic search, while also offering git integration for commit messages and code expertise mapping.MIT- AlicenseNot gradedqualityCmaintenanceUniversal AI memory layer that provides cross-client, cross-repo context management with semantic search, automatic code indexing, and session management. Enables persistent developer memory across projects with typed memories, graph-based relationships, and RAG-powered retrieval.4MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Intina47/context-sync'
If you have feedback or need assistance with the MCP directory API, please join our Discord server