Qdrant Sync MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Qdrant Sync MCP Servercompare collections and show me the differences"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Tool | Description |
| Check connectivity to both instances |
| Compare collection stats, identify differences |
Local → VPS (Push)
Tool | Description |
| Full sync all collections (requires confirm=true) |
| Sync single collection by name |
| Preview without syncing |
VPS → Local (Pull)
Tool | Description |
| Pull all collections (requires confirm=true) |
| Pull single collection by name |
| Preview VPS state without syncing |
Logs
Tool | Description |
| View 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.txtClaude 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/No-Smoke/qdrant-sync-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server