Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Context Sync
Context Sync logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 4:17:59 PM

Context Sync

User RatingsBe the first to rate and review this MCP server!
View Repository190 GitHub StarsTotal stargazers on GitHub for the source repository (190 stars).
developer-toolsai-memorymcpgitnotion

Stores project memory, code structure, file content, Git context, and optional read-only Notion data for AI coding sessions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below β€” values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "context-sync": {
      "command": "npx",
      "args": [
        "-y",
        "context-sync-setup"
      ],
      "env": {
        "CONTEXT_SYNC_DB_PATH": "YOUR_VALUE_HERE"
      }
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

Persistent project memory is the core of the context-sync MCP server, which stores project details, decisions, constraints, and work context locally for AI coding tools. It exposes MCP tools for recalling memory, exploring files, inspecting Git state, and optionally reading Notion pages. Use it when developers need session continuity across supported coding clients instead of relying on prior chat history. The server can also install Git hooks to capture context during repository activity.

Use cases

β€’Recover project decisions at the start of a coding session
β€’Explore a repository structure and inspect selected files
β€’Track Git changes and repository hotspots
β€’Share local project context across AI coding clients
β€’Read selected Notion pages without write access

Key features

β€’Local project memory over MCP
β€’Structured file exploration
β€’Git status and repository analysis
β€’Optional read-only Notion lookup
β€’Automatic Git context hooks
β€’Configurable local database path

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Context Sync.

Extracted Tool Capabilities
Local project memory over MCP
Structured file exploration
Git status and repository analysis
Optional read-only Notion lookup
Automatic Git context hooks
Configurable local database path

How Context Sync works

What context-sync MCP server does

The context-sync MCP server provides a local memory layer for AI-assisted software development. It keeps project-specific information available across sessions, including the project identity, technology stack, current work, decisions, constraints, and caveats. This helps an agent recover relevant context after a new conversation or when switching between supported coding tools.

The server also exposes repository inspection capabilities. Agents can request a structured view of project files, read selected files, search project content, and query Git-related information. An optional Notion integration adds read-only search and page retrieval.

How it works

A session normally begins with set_project, which establishes the project path. The agent can then call recall to retrieve stored context, use structure and search to inspect the repository, and call read_file for focused file access. Information intended to persist beyond the current session is saved with remember, using categories such as decisions or other project context.

When the selected project is inside a Git repository, the server can install hooks for post-commit, pre-push, post-merge, and post-checkout. Existing hooks are backed up before installation, and the added hooks are marked with Context Sync Auto-Hook. Git analysis includes status, repository context, hotspots, coupling, blame, and general analysis actions.

The context-sync MCP server stores its database, configuration, and installation status under ~/.context-sync by default. A different database location can be selected through the command line or CONTEXT_SYNC_DB_PATH.

Setup and configuration

Install the package globally with npm:

Terminal
npm install -g @context-sync/server

Global installation performs automatic configuration. After installation, restart the AI coding application and verify that context-sync appears in its MCP tools. Local installation does not run the automatic configuration step, so it requires the manual configuration instructions referenced by the project.

Notion support is optional. Run context-sync-setup or npx context-sync-setup to configure it. The available Notion operations are limited to searching and reading pages; the provided material does not describe write operations.

Tools and capabilities

The listed MCP tools are:

  • set_project for selecting the active project.
  • remember for saving durable project information.
  • recall for retrieving stored context.
  • read_file for focused file inspection.
  • search for repository exploration.
  • structure for viewing the project layout.
  • git for repository status and analysis actions.
  • notion for optional read-only Notion search and page reads.

Supported clients include Claude Desktop, Cursor, VS Code with GitHub Copilot, Continue.dev, Zed, Windsurf, Codeium, TabNine, Codex CLI, Claude Code, and Antigravity. The context-sync MCP server is therefore suited to workflows that move between multiple AI coding environments while keeping project context in a local store.

Limitations and notes

Notion access is read-only at the tool layer. Automatic configuration applies to global installation, while local installation requires manual setup. The server depends on the agent setting a project before repository-specific context can be recalled or explored. The provided material does not specify a license, authentication requirements, or remote hosting option.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory30 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 β†’
  • Krimto logoKrimto

    Open-source team memory layer for AI coding agents. Markdown files in git as storage, a user→team→org hierarchy as the access primitive, and one cross-vendor MCP server (Claude Code, Cursor, Codex, Gemini CLI). Hybrid SQLite + sqlite-vec retrieval. Apache-2.0.

    🧠 Knowledge & Memory3 views
    Compare vs Krimto β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
190
Stargazers on the source repository.
npm downloads
384
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Context Sync

Install it globally with `npm install -g @context-sync/server`, then restart the AI coding tool. Global installation performs automatic configuration.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewContext Sync AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/context-sync?style=directory)](https://allmcps.com/mcp/context-sync)
HTML Embed
<a href="https://allmcps.com/mcp/context-sync"><img src="https://allmcps.com/api/badge/context-sync?style=directory" alt="Context Sync on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
2/4 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars190
GitHub Star CountTotal stargazers on GitHub representing community popularity (190 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 11, 2026
npm downloads384/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Β· context-sync-setup (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Context Sync β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients