Cortex
Self-hosted personal knowledge system (RAG). Ingests notes, code, documents, and infrastructure data from multiple sources, auto-categorizes with hybrid rule-based and LLM tagging, stores vector embeddings in pgvector, and makes everything queryable by any AI assistant via MCP or REST API.
- Hybrid search: vector similarity (70%) + full-text (30%) with source weighting
- Multi-source ingestion: GitHub (14 repos), EzNotez, file library, inbox drops
- Dual interface: MCP (Claude Code) + REST API (any LLM)
- Auto-categorization with hybrid rule-based and LLM tagging