code-context-engine

elara-labs/code-context-engine
★ 3 stars Python 🤖 AI/LLM Updated 1d ago
Claude re-reads your code every session. Make it stop. Save 70%+ on tokens. Local MCP server with AST indexing, hybrid search, and cross-session memory.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-context-engine": {
      "command": "uvx",
      "args": [
        "code-context-engine"
      ]
    }
  }
}

Or install with pip: pip install code-context-engine

Topics

ai-toolsclaude-codecode-indexingcursordeveloper-toolsllm-toolsmcpmcp-serversemantic-searchsqlitetoken-optimizationvector-searchvscode