.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/context-engine-ai/context-engine
home/mcp-servers/context-engine-ai/context-engine
context-engine-ai avatar

context-engine

bycontext-engine-ai· 1 MCP server

Stars

402

Forks

53

Category

AI Agents & MCP

View on GitHub

TL;DR

---

How to install context-engine?

context-engine-ai/context-engine
$git clone https://github.com/context-engine-ai/context-engine

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install context-engine by running `git clone https://github.com/context-engine-ai/context-engine`, then use it for the current task and follow its documentation at https://github.com/context-engine-ai/context-engine.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="static/logo.svg" width="80" alt="Context Engine" />
3</p>
4 
5<h1 align="center">Context Engine</h1>
6 
7<p align="center">
8 <strong>Semantic code search, memory, and symbol intelligence for AI coding assistants.</strong>
9</p>
10 
11<p align="center">
12 <a href="https://context-engine.ai">Website</a> · <a href="https://context-engine.ai">Get Started</a> · <a href="LICENSE">License</a>
13</p>
14 
15---
16 
17## A Note to Our Community
18 
19We owe you an honest explanation.
20 
21Context Engine was originally open source. We built it in the open because we believed in the community and wanted developers everywhere to benefit from better code search.
22 
23Unfortunately, we've seen our work consistently monetized and cloned by others without attribution — entire products built on top of our code and sold commercially. After careful consideration, we've made the difficult decision to remove the source code from this repository.
24 
25**We're sorry.** We know this is frustrating, especially for those who contributed, starred, or relied on the public codebase. This wasn't the outcome we wanted, and we take full responsibility for not protecting the project sooner.
26 
27**What's still here:**
28- AI agent skills for all major coding assistants (see below)
29- The Context Engine marketing site ([context-engine.ai](https://context-engine.ai))
30- License, legal notices, and attribution files
31 
32**What's available through the platform:**
33- Full hosted service at [context-engine.ai](https://context-engine.ai)
34- VS Code extension on the marketplace
35- `ctx-mcp-bridge` on npm
36 
37We remain committed to building the best code intelligence tools for developers. If you have questions, reach out at **john@context-engine.ai**.
38 
39---
40 
41## Install Skills
42 
43Context 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.
44 
45### Claude Code / Claude Desktop
46 
47The skill is auto-loaded when you connect Context Engine as an MCP server. No manual installation needed.
48 
49If you want to add the rules file manually:
50 
51```bash
52# Copy the skill to your project
53cp -r skills/context-engine/ your-project/.claude/
54 
55# Or reference GEMINI.md / .cursorrules directly — they contain the same rules
56```
57 
58### Cursor
59 
60Context Engine rules are included in `.cursorrules` at the root of your workspace. Cursor picks this up automatically when the file is present.
61 
62```bash
63# Copy to your project root
64cp .cursorrules your-project/.cursorrules
65```
66 
67### Windsurf / Codex
68 
69```bash
70# Codex skills
71cp -r .codex/skills/ your-project/.codex/skills/
72 
73# Or use the generic skill file
74cp skills/context-engine/SKILL.md your-project/.context-engine-skill.md
75```
76 
77### Augment Code
78 
79```bash
80cp -r .augment/ your-project/.augment/
81```
82 
83### Gemini
84 
85```bash
86cp GEMINI.md your-project/GEMINI.md
87```
88 
89### Any Other Assistant
90 
91The core skill file works with any AI assistant that supports custom instructions:
92 
93```bash
94cp skills/context-engine/SKILL.md your-project/
95```
96 
97Then tell your assistant: *"Read SKILL.md for instructions on using Context Engine MCP tools."*
98 
99---
100 
101## What Do the Skills Do?
102 
103The skills teach your AI assistant to:
104 
105- **Use `search` as the default tool** — auto-routes queries to the best backend (semantic search, Q&A, symbol graph, tests, config)
106- **Navigate code with `symbol_graph`** — find callers, callees, definitions, importers, subclasses
107- **Run batch queries** — `batch_search`, `batch_symbol_graph`, `batch_graph_query` for 75%+ token savings
108- **Store and recall knowledge** — `memory_store` and `memory_find` for persistent context across sessions
109- **Trace cross-repo flows** — `cross_repo_search` with boundary tracing for multi-repo codebases
110- **Find structural patterns** — `pattern_search` for retry loops, error handling, singletons across languages
111- **Search git history** — `search_commits_for` and `change_history_for_path`
112 
113See [`skills/context-engine/SKILL.md`](skills/context-engine/SKILL.md) for the complete too

Preview

context-engine-ai/context-enginecontext-engine-ai/context-engine
Repocontext-engine-ai/context-engine
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiai-agents

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k