Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Context-Engine MCP - Agentic Context Compression Suite
| Date | Stars |
|---|---|
| 2026-07-31 | 402 |
| 2026-08-11 | 402 |
| 2026-08-18 | 400 |
| 2026-08-21 | 399 |
| 2026-08-22 | 400 |
| 2026-09-03 | 401 |
| 2026-09-10 | 400 |
| 2026-09-13 | 400 |
| 2026-09-15 | 400 |
| 2026-09-16 | 401 |
| 2026-09-19 | 402 |
| 2026-09-20 | 402 |
Today
— stars today
This week
+2 stars this week
This month
+3 stars this month
Momentum
2.0
growth rate 0.50%/day
<p align="center"> <img src="static/logo.svg" width="80" alt="Context Engine" /> </p> <h1 align="center">Context Engine</h1> <p align="center"> <strong>Semantic code search, memory, and symbol intelligence for AI coding assistants.</strong> </p> <p align="center"> <strong>Get your free account at dev.context-engine.ai</strong> </p> <p align="center"> <a href="https://context-engine.ai">Website</a> · <a href="https://context-engine.ai">Get Started</a> · <a href="LICENSE">License</a> </p> --- ## Install Skills Context Engine ships AI agent skills that teach your coding assistant how to use 30+ MCP tools for semantic search, symbol graph navigation, memory, and more. ### Claude Code / Claude Desktop **Recommended:** Install natively from the public GitHub repo: ```bash # Add the marketplace (one-time) /plugin marketplace add Context-Engine-AI/Context-Engine # Install the skill /plugin install context-engine ``` This pulls the skill directly from GitHub and auto-loads MCP tool guidance into your session. Alternatively, copy the rules file manually: ```bash cp -r skills/context-engine/ your-project/.claude/ ``` ### Cursor Context Engine rules are included in `.cursorrules` at the root of your workspace. Cursor picks this up automatically when the file is present. ```bash # Copy to your project root cp .cursorrules your-project/.cursorrules ``` ### Codex (OpenAI) **Recommended:** Install natively using the built-in skill installer — just ask Codex: > "Install the context-engine skill from https://github.com/Context-Engine-AI/Context-Engine" Codex will pull `.codex/skills/context-engine/` (including `SKILL.md` and reference docs) into `~/.codex/skills/` automatically. Or install manually: ```bash cp -r .codex/skills/context-engine/ ~/.codex/skills/context-engine/ ``` ### Windsurf ```bash cp -r .codex/skills/ your-project/.codex/skills/ ``` ### Augment Code ```bash cp -r .augment/ your-project/.augment/ ``` ### Gemini ```bash cp GEMINI.md your-project/GEMINI.md ``` ### Any Other Assistant The core skill file works with any AI assistant that supports custom instructions: ```bash cp skills/context-engine/SKILL.md your-project/ ``` Then tell your assistant: *"Read SKILL.md for instructions on using Context Engine MCP tools."* --- ## CLI Setup (No VS Code) If you use Claude Code, Codex, or another terminal-based MCP client, install the **MCP bridge** to connect your codebase to Context Engine without VS Code: ```bash npm install -g @context-engine-bridge/context-engine-mcp-bridge ``` ### Quick start ```bash # Authenticate, index your codebase, and start watching for changes ctxce connect <your-api-key> --workspace /path/to/repo # Run as a background daemon (recommended) ctxce connect <your-api-key> --workspace /path/to/repo --daemon ``` ### Daemon management ```bash ctxce status # Check if the daemon is running ctxce stop # Stop the background daemon ``` ### Connect flags | Flag | Alias | Description | |------|-------|-------------| | `--workspace <path>` | `-w` | Workspace root (default: cwd) | | `--daemon` | `-d`, `--bg` | Run as background daemon | | `--interval <sec>` | | File watch interval in seconds (default: 30) | | `--no-watch` | `--once` | Index once, don't watch for changes | | `--skip-index` | `--auth-only` | Authenticate only, skip initial index | ### Wire up the MCP server Once connected, point your MCP client at the bridge: ```bash # stdio mode (for Claude Code, Codex, etc.) ctxce mcp-serve --workspace /path/to/repo # HTTP mode (for clients that speak HTTP) ctxce mcp-http-serve --workspace /path/to/repo --port 30810 ``` The daemon and MCP server share auth via `~/.ctxce/auth.json`. Logs are at `~/.context-engine/daemon.log`. For full bridge documentation, see [Context-Engine-MCP-Bridge](https://github.com/Context-Engine-AI/Context-Engine-MCP-Bridge). --- ## What Do the Skills Do? The skills teach your AI assistant to: - **Use `search` as the de
Excerpt of 5,474 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:55e538a9ccc49965, topic:mcp, topic:mcp-server
matched fp:55e538a9ccc49965, topic:llm-inference
matched fp:55e538a9ccc49965, topic:llm
matched fp:55e538a9ccc49965, topic:ai-agents, desc:agentic