All activity
Denys Medvedievleft a comment
Built this because I got tired of re-explaining my codebase to AI every time. Cortex = semantic memory for your AI tools. It remembers so you don't have to. Open-source, runs locally, costs nothing. Give it a try!

AI memory beyond the context windowAI Memory Context Solved
Cortex is a local Model Context Protocol (MCP) server that gives AI coding assistants memory beyond the context window.
Instead of storing chat history, Cortex indexes committed code, documentation, and ADRs into vector embeddings. This lets AI retrieve approved project knowledge by meaning, not keywords, helping avoid duplicate implementations and repeated explanations.
Runs locally, uses Postgres and Ollama for embeddings, and integrates with Claude CLI via MCP.

AI memory beyond the context windowAI Memory Context Solved
