Five Apache 2.0 licensed CLI tools that pair with VEKTOR vector DB migration, MCP config sync, universal AI integration, cryptographic proof-of-authorship, and VPS anomaly detection. 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 into a Merkle-tree manifest bound to git commit, and dual-anchor timestamps via RFC 3161 + OpenTimestamps. C2PA compliance verified.
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 |
Lightweight, dependency-free VPS anomaly detection in a single bash script. File integrity, port baselining, package vulnerability scanning, rootkit detection, and CIS hardening checks no daemon, no database, no cloud dashboard. Recommend-only: it never bans, blocks, or touches iptables on its own.
npm install -g @vektormemory/vorwatch
Every alert tells you the exact command to run yourself Vörwatch never runs ufw deny, never calls fail2ban-client banip, never touches iptables. Zero daemon, zero database one bash file, runs off cron, state lives in flat files.
| CHECK | DESCRIPTION |
|---|---|
| File integrity | SHA-256 baseline of sshd_config, shadow, crontab + more |
| Listening ports | Flags new ports not in your captured baseline |
| Outbound IPs | First-seen connections cross-checked vs. threat blocklist |
| Process trees | Flags e.g. nginx spawning a shell |
| SSH auth | Recent connection attempts vs. known-bad IPs |
| nginx traffic | Request-volume + 404-scanning anomaly detection |
| Package vulns | Installed packages checked against OSV.dev, batched call |
| Rootkit scan | Via chkrootkit / rkhunter, rate-limited independently |
| CIS hardening | sshd config + critical file permission spot-checks |
| DNS anomalies | Optional first-seen outbound DNS query tracking |
File integrity, package vulnerabilities, rootkits, and hardening drift recommend-only, never auto-bans.