MCP Catalogs
Home

Context-Engine

by Context-Engine-AI·392·Score 52

Context Engine MCP provides semantic search, code navigation, and memory tools for AI coding assistants.

developer-toolsai-llmsearch
52
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Enhancing AI coding assistants with semantic search capabilities
you:Navigating complex codebases using symbol graphs and cross-repo tracing
you:Storing and recalling contextual knowledge across AI assistant sessions
you:What AI assistants are supported by Context Engine?
you:How do I authenticate with Context Engine?

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 README
  • search

    Default tool that auto-routes queries to the best backend (semantic search, Q&A, symbol graph, tests, config)

  • symbol_graph

    Navigate code by finding callers, callees, definitions, importers, and subclasses

  • batch_search

    Run multiple search queries in a batch for significant token savings

  • batch_symbol_graph

    Execute multiple symbol graph operations in a single batch for efficiency

  • batch_graph_query

    Perform multiple graph queries simultaneously to reduce API calls and token usage

  • memory_store

    Store knowledge for persistent context across different sessions

  • memory_find

    Recall previously stored knowledge across sessions

  • cross_repo_search

    Search across multiple repositories with boundary tracing for multi-repo codebases

  • pattern_search

    Find structural patterns like retry loops, error handling, or singletons across languages

  • search_commits_for

    Search through git history for specific changes or patterns

  • change_history_for_path

    Get the change history for a specific file or path in the repository

Comparable tools

sourcegraph-mcpsemantic-code-searchgithub-copilot-treesitterrefact-mcp

Installation

Installation

Claude Desktop Integration

# Add the marketplace (one-time)
/plugin marketplace add Context-Engine-AI/Context-Engine

# Install the skill
/plugin install context-engine

CLI 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/repo

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.