Context Sync
Rank #6,501io.github.Intina47/context-sync
MCP server providing context-sync capabilities
Context Sync is a Model Context Protocol (MCP) server published by intina47. It ranks #6,501 of 132,046 servers tracked on MCP Toplist, and its repository has 191 GitHub stars. Context Sync is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Oct 16, 2025 and most recently updated on Nov 19, 2025.
Ranks ahead of 125,545 of 132,046 servers on MCP Toplist.
Use Context Sync
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add context-sync -- npx -y @context-sync/server[mcp_servers.context-sync]
command = "npx"
args = ["-y", "@context-sync/server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"context-sync": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Intina47%2Fcontext-sync)<a href="https://mcptoplist.com/server/io.github.Intina47%2Fcontext-sync"><img src="https://mcptoplist.com/badge/io.github.Intina47%2Fcontext-sync.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
intina47
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Nov 19, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Context Sync?
- Context Sync is maintained by intina47, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Context Sync listed on the Official MCP Registry?
- Yes — Context Sync is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Context Sync have?
- MCP Toplist tracks 2 versions of Context Sync, most recently published on Nov 19, 2025.
- Where can I find the source code for Context Sync?
- The source code for Context Sync is hosted at github.com/intina47/context-sync.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.