Help us improve
Share bugs, ideas, or general feedback.
From hyrex-rag-memory
Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search
npx claudepluginhub akhilyad/deployy --plugin hyrex-rag-memoryHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-rag-memory:memory-bridge [--all-projects] [--dedupe][--all-projects] [--dedupe]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import Claude Code's native auto-memory files into AgentDB for semantic search across sessions and projects.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
Share bugs, ideas, or general feedback.
Import Claude Code's native auto-memory files into AgentDB for semantic search across sessions and projects.
Claude Code stores memories as markdown files in ~/.claude/projects/*/memory/*.md. This bridge:
claude-memories namespace with HNSW indexingCheck bridge health:
mcp__hyrex__memory_bridge_status({})
Verify: Claude files count, AgentDB entries, SONA state, connection status.
Import memories:
mcp__hyrex__memory_import_claude({})mcp__hyrex__memory_import_claude({ allProjects: true })CLI alternative:
node .claude/helpers/auto-memory-hook.mjs import-all
Verify import:
mcp__hyrex__memory_bridge_status({})
Confirm entry counts match expected file counts.
Deduplicate (if --dedupe): Search for near-duplicate entries (cosine > 0.95) and merge them, keeping the most recent version.
Test unified search:
mcp__hyrex__memory_search_unified({ query: "test query", limit: 3 })
Results include source attribution: claude-code, auto-memory, or agentdb.
The bridge runs automatically on session-start via the SessionStart hook. Manual invocation is only needed for:
When hyrex-ruvector is loaded, bridged memories are also indexed by ruvector for: