qdrant-sync-mcp

No-Smoke/qdrant-sync-mcp

3.2

If you are the rightful owner of qdrant-sync-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Qdrant Sync MCP Server facilitates bidirectional synchronization between a local Qdrant instance and a remote VPS, ensuring data consistency across both environments.

Tools
9
Resources
0
Prompts
0

Qdrant Sync MCP Server

A dedicated MCP server for bidirectional sync between local Qdrant and VPS.

Overview

Local: localhost:6335 (73 collections)
VPS: 74.50.49.35:6333 (74 collections)

Tools (9 total)

Status & Comparison

ToolDescription
qdrant_sync_statusCheck connectivity to both instances
qdrant_compare_collectionsCompare collection stats, identify differences

Local → VPS (Push)

ToolDescription
qdrant_sync_allFull sync all collections (requires confirm=true)
qdrant_sync_collectionSync single collection by name
qdrant_sync_dry_runPreview without syncing

VPS → Local (Pull)

ToolDescription
qdrant_sync_from_vps_allPull all collections (requires confirm=true)
qdrant_sync_from_vps_collectionPull single collection by name
qdrant_sync_from_vps_dry_runPreview VPS state without syncing

Logs

ToolDescription
qdrant_sync_logsView recent sync logs

Installation

cd /home/vanya/3-Projects-Github/qdrant-sync-mcp
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Claude Desktop Config

{
  "qdrant-sync": {
    "command": "/home/vanya/3-Projects-Github/qdrant-sync-mcp/venv/bin/python",
    "args": ["/home/vanya/3-Projects-Github/qdrant-sync-mcp/server.py"],
    "env": {
      "QDRANT_SYNC_CONFIG": "/home/vanya/.config/qdrant-sync/config.env",
      "QDRANT_SYNC_SCRIPT": "/home/vanya/scripts/sync-qdrant-to-vps.sh",
      "QDRANT_SYNC_SCRIPT_REVERSE": "/home/vanya/scripts/sync-qdrant-from-vps.sh",
      "QDRANT_SYNC_LOG_DIR": "/home/vanya/logs"
    }
  }
}

Scripts

  • /home/vanya/scripts/sync-qdrant-to-vps.sh - Local → VPS
  • /home/vanya/scripts/sync-qdrant-from-vps.sh - VPS → Local

Related Docs

/home/vanya/hp-projects/3-Projects-Github/onesong-coachgrow-ebatt-shared-enhancement-and-alignment-project/04.docs/Qdrant-sync-system.md


Created: November 23, 2025 | Author: Vanya + Claude