Vek-Sync - Built by Vektor Memory - (Model Context Protocol) MCP-sync server configurations in sync across all your AI editors - Open Source
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vek-sync": {
"command": "npx",
"args": [
"-y",
"Vektor-Memory/Vek-Sync"
]
}
}
}
Run in terminal:
claude mcp add vek-sync npx -y Vektor-Memory/Vek-Sync
Add to .cursor/mcp.json:
{
"mcpServers": {
"vek-sync": {
"command": "npx",
"args": [
"-y",
"Vektor-Memory/Vek-Sync"
]
}
}
}