**Your agent doesn't ask for memory. It uses it.** The moment Sync connects, Claude, Cursor, VS Code, and Zed start checking it before every task — and writing to it after every decision. No *"look it up."* No *"remember this."* The protocol handles it. What that means in practice: - Decisions made on Tuesday survive Friday's new chat - A teammate's agent picks up exactly where yours left off - The same context follows you across every editor you use - A new person on the project — productive on day one, not week three **Get started in one sentence.** Connect Sync, then tell the agent *"set up Sync for this project."* It reads your codebase and captures what matters. From there on, it keeps itself current as you work. Free for personal use.
How to connect
https://server.smithery.ai/sync/sync/mcp
curl -X POST https://server.smithery.ai/sync/sync/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'