by m1rl0k
Context-Engine MCP - Agentic Context Compression Suite
# Add to your Claude Code skills
git clone https://github.com/m1rl0k/Context-EngineDocumentation: Getting Started · README · Configuration · IDE Clients · MCP API · ctx CLI · Memory Guide · Architecture · Multi-Repo · Observability · Kubernetes · VS Code Extension · Troubleshooting · Development
Open-core, self-improving code search that gets smarter every time you use it.
<p align="center"> <img src="useage.png" alt="Context-Engine Usage" width="50%"/> </p>That's it! The extension handles everything:
Claude Code users: Install the skill plugin:
/plugin marketplace add m1rl0k/Context-Engine
/plugin install context-engine
git clone https://github.com/m1rl0k/Context-Engine.git && cd Context-Engine
make bootstrap # One-shot: up → wait → index → warm → health
Or step-by-step:
docker compose up -d
HOST_INDEX_PATH=/path/to/your/project docker compose run --rm indexer
See Configuration for environment variables and IDE_CLIENTS.md for MCP setup.
| Problem | Context-Engine Solution | |---------|------------------------| | Large file chunks → returns entire files | Precise spans: Returns 5-50 line chunks, not whole files | | Lost context → missing relevant code | Hybrid search: Semantic + lexical + cross-encoder reranking | | Cloud dependency → vendor loc...