Context-Engine
by Context-Engine-AI·★ 392·Score 52
Context Engine MCP provides semantic search, code navigation, and memory tools for AI coding assistants.
Overview
Context Engine is an MCP server that enhances AI coding assistants with 30+ tools for semantic code search, symbol intelligence, memory storage, and cross-repo tracing. It integrates with popular coding assistants like Claude, Cursor, and Codex, providing a bridge between development environments and AI capabilities. The server offers batch queries for token savings, pattern searches across languages, and git history functionality to significantly improve AI-assisted development workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Context Engine when you need advanced semantic code search and symbol intelligence features for AI coding assistants, especially working with large codebases that benefit from batch queries and cross-repo tracing.
When NOT to choose this
Avoid this if you need a fully open-source solution (uses proprietary SDE license), or if you're looking for a lightweight tool without the dependency on external authentication.
Tools this server exposes
11 tools extracted from the READMEsearchDefault tool that auto-routes queries to the best backend (semantic search, Q&A, symbol graph, tests, config)
symbol_graphNavigate code by finding callers, callees, definitions, importers, and subclasses
batch_searchRun multiple search queries in a batch for significant token savings
batch_symbol_graphExecute multiple symbol graph operations in a single batch for efficiency
batch_graph_queryPerform multiple graph queries simultaneously to reduce API calls and token usage
memory_storeStore knowledge for persistent context across different sessions
memory_findRecall previously stored knowledge across sessions
cross_repo_searchSearch across multiple repositories with boundary tracing for multi-repo codebases
pattern_searchFind structural patterns like retry loops, error handling, or singletons across languages
search_commits_forSearch through git history for specific changes or patterns
change_history_for_pathGet the change history for a specific file or path in the repository
Comparable tools
Installation
Installation
Claude Desktop Integration
# Add the marketplace (one-time)
/plugin marketplace add Context-Engine-AI/Context-Engine
# Install the skill
/plugin install context-engineCLI Setup
# Install the MCP bridge
npm install -g @context-engine-bridge/context-engine-mcp-bridge
# Connect your codebase
ctxce connect <your-api-key> --workspace /path/to/repo --daemon
# Run as MCP server
ctxce mcp-serve --workspace /path/to/repoFor other AI assistants, see the [README](https://github.com/Context-Engine-AI/Context-Engine) for specific installation instructions.
FAQ
- What AI assistants are supported by Context Engine?
- Context Engine supports Claude Code/Claude Desktop, Cursor, Codex, Windsurf, Augment Code, Gemini, and any AI assistant that supports custom instructions.
- How do I authenticate with Context Engine?
- Sign up at context-engine.ai to get your API key, then use 'ctxce connect <api-key>' to authenticate your codebase.
Compare Context-Engine with
Last updated · Auto-generated from public README + GitHub signals.