Built this because I was tired of explaining my codebase to Claude Code for the 10th time. Sekha automatically stores every conversation in SQLite, indexes with embeddings (Chroma), and injects relevant context into new chats via semantic search.
The screenshot shows a fresh conversation where the AI remembers my favorite color from days ago—something that shouldn't be possible with a standard 8K context window.
It's self-hosted by default (Ollama + SQLite) but works with any LLM via LiteLLM/OpenRouter. Rust core, Python bridge, MCP tools for Claude Code, SDKs for JS/Python.
Happy to answer questions. Docs have architecture diagrams and Docker setup.
Built this because I was tired of explaining my codebase to Claude Code for the 10th time. Sekha automatically stores every conversation in SQLite, indexes with embeddings (Chroma), and injects relevant context into new chats via semantic search.
The screenshot shows a fresh conversation where the AI remembers my favorite color from days ago—something that shouldn't be possible with a standard 8K context window.
It's self-hosted by default (Ollama + SQLite) but works with any LLM via LiteLLM/OpenRouter. Rust core, Python bridge, MCP tools for Claude Code, SDKs for JS/Python.
Happy to answer questions. Docs have architecture diagrams and Docker setup.