Skip to content
@elara-labs

elara-labs

Elara

Elara

Build Intelligent Systems.

AI solutions that automate workflows, improve decision making, and enable business scalability.


What We Do

We create intelligent applications across three core areas:

  • AI Automation : Intelligent systems that automate repetitive processes and adapt over time.
  • Custom AI Apps : Tailored solutions including decision engines and intelligent interfaces.
  • Scalable Systems : Observable, resilient infrastructure designed for growth.

Projects

A local first context management system that optimizes how Claude AI processes code repositories. It indexes projects, breaks code into semantic chunks, and retrieves only the relevant context for each task.

Key highlights:

  • Semantic chunking with tree-sitter for meaningful code units (functions, classes, modules).
  • Hybrid retrieval combining vector search (sqlite-vec) and BM25 keyword matching (SQLite FTS5).
  • Graph aware expansion that follows import and call relationships automatically.
  • Cross session memory for architectural decisions and code areas.
  • ~70% token savings through targeted retrieval vs full file pasting.
  • MCP integration exposing 9 tools for Claude Code via Model Context Protocol.
  • Web dashboard for monitoring index status, token usage, and past sessions.

Tech stack: Python 3.11+, sqlite-vec, SQLite FTS5, BAAI/bge-small-en-v1.5 (ONNX Runtime), tree-sitter, FastAPI.

uv tool install claude-context-engine
cd /path/to/your/project
cce init

Get in Touch

Interested in working with us? Contact us.

Pinned Loading

  1. code-context-engine code-context-engine Public

    Save 94% on Claude Code tokens. Index your codebase, AI searches instead of reading files. Local MCP server. Free, open source.

    Python 97 15

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…