Four Apache 2.0 licensed CLI tools that pair with VEKTOR — vector DB migration, MCP config sync, universal AI integration, and cryptographic proof-of-authorship. Free forever, zero lock-in.
Cross-standard vector DB migration. Export, import, and migrate agent memory between any vector store using the open .vmig.jsonl interchange format. One file. Any store. No lock-in.
npx vex migrate --from vektor --to qdrant
| STORE | EXPORT | IMPORT |
|---|---|---|
| vektor | ✓ | ✓ |
| jsonl | ✓ | ✓ |
| pinecone | ✓ | ✓ |
| qdrant | ✓ | ✓ |
| chroma | ✓ | ✓ |
| weaviate | ✓ | ✓ |
| pgvector | ✓ | ✓ |
| redis | ✓ | ✓ |
| milvus | ✓ | ✓ |
| neo4j | ✓ | ✓ |
| claude-export | ✓ | — |
| chatgpt-export | ✓ | — |
Translate vectors between embedding model spaces using pre-trained linear projection weights — no API calls, no re-embedding, pure matrix multiply. Switch models without losing your memory.
npm install -g @vektormemory/vex-adapter
Keep your MCP server configurations in sync across every AI editor you use. One source of truth for all your mcp.json configs. Edit once, sync everywhere. No drift, no duplication.
npm install -g @vektormemory/vek-sync
Your MCP credentials — API keys, tokens, secrets — are encrypted at rest using AES-256-GCM with OS-bound key derivation. No plaintext config files. No secrets in git. Credentials travel with the sync, not around it.
| EDITOR | CONFIG PATH | SYNC |
|---|---|---|
| Claude Desktop | Claude Desktop app | ✓ |
| Cursor | Cursor editor | ✓ |
| VS Code | .vscode/mcp.json | ✓ |
| Windsurf | Windsurf by Codeium | ✓ |
| Claude Code | Claude Code CLI | ✓ |
| Cline | saoudrizwan.claude-dev | ✓ |
| Roo Code | rooveterinaryinc.roo-cline | ✓ |
| Gemini | Gemini CLI | ✓ |
| Copilot | GitHub Copilot CLI | ✓ |
| Continue | continue.continue | ✓ |
| Codex | Codex CLI — TOML | ✓ |
How Vek-Sync eliminates config drift across every AI editor on your machine.
Route context, tasks, and memory across every AI tool you use. Connect Claude, Cursor, Windsurf, ChatGPT, and LangChain to a shared bus — so your work follows you across every tool, every session, every machine.
npm install -g @vektormemory/via
v0.4.0 — Self-improving prompt engine that learns from your codebase history. Every correction stored. Every success a reusable pattern. Team task board, live AI comparison, batch file conversion, and semantic memory search. Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf.
| TOOL | DESCRIPTION |
|---|---|
| Claude | Shared context + memory bus |
| Cursor | Codebase graph + task routing |
| Windsurf | Session context sync |
| ChatGPT | Cross-tool memory handoff |
| LangChain | Agent context injection |
| File watcher | Auto-index on change |
| Scaffold | Project structure templates |
| File convert | Format conversion MCP tool |
Route context and tasks across Claude, Cursor, Windsurf, ChatGPT, and LangChain from one shared bus.
Evidence, not access control. Stamp proprietary headers into your source, snapshot the codebase into a Merkle-tree manifest bound to the git commit, and dual-anchor timestamps via RFC 3161 / FreeTSA and OpenTimestamps / Bitcoin — so you can prove what you wrote, and when.
npm install -g @vektormemory/prov
| COMMAND | DESCRIPTION |
|---|---|
| prov init | Set up config & proprietary header templates |
| prov stamp | Stamp proprietary headers into source files |
| prov manifest | Snapshot codebase into a Merkle-tree manifest |
| prov timestamp | Dual-anchor via RFC 3161/FreeTSA + OpenTimestamps |
| prov verify | Verify a manifest & its anchored timestamps |