
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@context-sync/server
Advanced tools
MCP server for AI context sync with persistent memory, workspace file access, and intelligent code operations
20+ GitHub stars in 24 hours • 400+ downloads Launch Week • #17 Product Hunt
Stop re-explaining your projects to AI. Build seamlessly across Cursor and Claude Desktop.
Local-first • 2-minute setup • Works with your existing workflow
You're building with AI. You've explained your project architecture, tech stack, and design decisions.
Then you hit a limit. New chat. Claude forgot everything.
❌ Without Context SyncMonday in Cursor:
Tuesday in Claude Desktop:
😡 You spend 30 minutes re-explaining. Every. Single. Day. |
✅ With Context SyncMonday in Cursor:
Tuesday in Claude Desktop:
😊 AI just remembers. Works everywhere. |
Context Sync syncs your AI context between Cursor, Claude Desktop, and VS Code automatically.
✅ Perfect For You If:
|
❌ Not For You If:
|
No configuration files. No API keys. No complexity.
1️⃣ Install⏱️ 30 seconds
One command. Global install. |
2️⃣ Restart⏱️ 30 seconds Claude Desktop:
Cursor:
|
3️⃣ Done! ✨⏱️ 1 minute
Context Sync is running! Follow the guided setup! |
Total time: 2 minutes • Zero configuration • Works immediately
Complete beginner setup:
npm install -g @context-sync/server"help context-sync""help context-sync"After installing Context Sync globally:
"help me get started with context-sync"Context Sync should appear in available tools! ✨
After installing Context Sync, in Claude Desktop type:
setup cursor
Claude will give you OS-specific instructions! ✨
Open Cursor: Settings → MCP
Add this configuration:
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": ["-y", "@context-sync/server"]
}
}
}
Refresh MCP servers
Test: "Help me get started with context-sync"
Done! ✅
┌─────────────┐ ┌──────────────────┐ ┌─────────────┐
│ Cursor │ ────────────────> │ Context Sync │ <──────────────── │ Claude │
│ IDE │ Saves context │ (Your Machine) │ Loads context │ Desktop │
└─────────────┘ └──────────────────┘ └─────────────┘
│
│ SQLite Database
│ ~/.context-sync/
▼
┌──────────────────┐
│ • Projects │
│ • Decisions │
│ • Architecture │
│ • TODOs │
│ • Code Context │
└──────────────────┘
100% Local • You Own Your Data • No Cloud • Open Source
🔄Cross-Platform SyncCursor ↔ Claude Desktop ↔ VS Code. Context follows you everywhere. Works across all platforms |
🧠Perfect MemoryClose everything. Come back next week. AI remembers your entire project. Never re-explain again |
⚡Fast & SafeAsync operations, file size limits, cache invalidation. Built for performance. v0.6.0 optimizations |
🔒Local & PrivateSQLite database on your machine. No cloud. No tracking. You own everything. 100% under your control |
Uses only 1-3K tokens (not full conversation dumps)
Think of it like:
Context Sync stores structured summaries. AI queries for details on-demand. You never saturate the context window.
Faster, safer, more reliable:
/compact command|
|
Context Sync:
|
They're complementary! Use /compact for long chats, Context Sync for project memory.
|
Claude Pro ($20/month):
|
Context Sync (Free):
|
You need both: Claude Pro for more messages, Context Sync for memory.
|
basic-memory:
|
Context Sync:
|
Different needs: basic-memory for simple storage, Context Sync for full dev workflow.
|
Traycer:
|
Context Sync:
|
Different approach: Traycer = new interface, Context Sync = enhance existing tools.
Honest answer: Business incentives.
If Claude remembered everything perfectly:
Persistent memory makes AI more useful but potentially less profitable for AI companies.
That's why Context Sync is:
No! Context Sync uses only 1-3K tokens per project.
How it works:
Analogy:
Example:
You never saturate because you're not copying conversations - you're giving AI access to a queryable database.
100% local. 100% yours.
~/.context-sync/Database location:
~/.context-sync/data.db%USERPROFILE%\.context-sync\data.dbYou control everything.
Yes! Available in v0.6.0! 🎉
VS Code with GitHub Copilot is now fully supported through MCP integration.
Setup instructions:
npm install -g @context-sync/serverCurrently works with:
Also coming in v0.6.0!
Claude Code just launched and supports MCP, so integration should be straightforward.
We're prioritizing:
Want it sooner? Let us know in GitHub Discussions!
Not yet. Mobile requires:
Current workaround:
Mobile support depends on Anthropic adding MCP to their mobile app.
Context Sync is 100% free and open source (MIT License).
Why free?
You might pay for:
That's it!
Context Sync handles multiple projects beautifully!
You: "Switch to my blog project"
AI: [loads blog context instantly]
You: "List my projects"
AI:
1. TaskFlow (Next.js + Supabase)
2. Personal Blog (Astro)
3. Client Website (WordPress)
You: "Switch to TaskFlow"
AI: [back to TaskFlow context]
Each project maintains its own:
Monday Morning (Cursor):
You: "Initialize project 'EcommerceClient' - Next.js 14, Stripe, PostgreSQL"
AI: "Project created! ✓"
*Build product catalog for 3 hours*
Tuesday Afternoon (Claude Desktop):
You: "Continue EcommerceClient - add shopping cart"
AI: "Adding cart to your Next.js app with Stripe integration.
Using the product schema we defined yesterday..."
Wednesday (Cursor):
You: "Switch back to Cursor. Review cart implementation"
AI: "Analyzing cart code... found 2 potential improvements..."
No re-explaining. No context loss. Just continuous progress across tools.
✅ v0.6.0 - CurrentReleased October 2025✓ VS Code & GitHub Copilot support ✓ Performance optimizations ✓ Async file operations ✓ File size limits & safety ✓ Real-time cache invalidation |
🔄 v0.7.0 - Next6-8 weeks• Claude Code CLI support • Enhanced VS Code integration • Better onboarding flow • Improved documentation • Additional performance optimizations |
🔮 FutureComing later• Mobile support • Team collaboration • Analytics dashboard • More AI platforms • Advanced features |
See detailed roadmap: ROADMAP.md
Recent milestones:
We love contributions! Here's how to help:
🐛Report BugsCreate Issue |
💡Request FeaturesStart Discussion |
🛠️Submit CodeSee Guide |
📚Improve DocsHelp Here |
See: CONTRIBUTING.md for detailed guidelines.
context-sync --version
# Mac/Linux
cat ~/.config/Claude/claude_desktop_config.json
# Windows
type %APPDATA%\Claude\claude_desktop_config.json
⌘ + Q (force quit)Still stuck? Create an issue
Open Cursor settings: Settings → MCP
Verify configuration exists:
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": ["-y", "@context-sync/server"]
}
}
}
Refresh MCP servers in Cursor
Test: Ask AI "What's my current project?"
Initialize a project first:
You: "Initialize project 'test-app'"
Or switch to existing:
You: "What projects do I have?"
You: "Switch to [project-name]"
You: "Check platform status"
Verify both platforms are configured
Try manual sync:
You: "Sync context to Cursor"
More help: TROUBLESHOOTING.md
MIT License - see LICENSE file for details.
TL;DR: Use it however you want. Commercial, personal, modify, distribute. Just keep the license.
Built with:
Special thanks:
Built by developers tired of explaining the same thing 47 times.
If Context Sync saves you time:
Every bit helps more developers discover this tool!
Made with ❤️ by developers who were tired of re-explaining their projects
© 2025 Context Sync • Open Source • MIT License
FAQs
Universal Context layer McP server
The npm package @context-sync/server receives a total of 59 weekly downloads. As such, @context-sync/server popularity was classified as not popular.
We found that @context-sync/server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.