MCP Catalogs
首页

Context-Engine

by Context-Engine-AI·392·综合分 52

Context Engine MCP 为 AI 编码助手提供语义搜索、代码导航和记忆工具。

developer-toolsai-llmsearch
52
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Context Engine 是一个 MCP 服务器,通过 30 多种工具增强 AI 编码助手的语义代码搜索、符号智能、记忆存储和跨仓库跟踪能力。它与 Claude、Cursor 和 Codex 等流行的编码助手集成,提供开发环境和 AI 功能之间的桥梁。服务器提供批量查询以节省 token,跨语言的模式搜索,以及 git 历史功能,显著提升 AI 辅助开发工作流程。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:增强 AI 编码助手的语义搜索能力
:使用符号图和跨仓库跟踪导航复杂代码库
:在 AI 助手会话之间存储和检索上下文知识
:哪些 AI 助手支持 Context Engine?
:如何验证 Context Engine?

什么时候选它

当您需要高级语义代码搜索和符号智能功能用于 AI 编码助手,特别是处理需要批量查询和跨仓库跟踪的大型代码库时,选择 Context Engine。

什么时候不要选它

如果您需要完全开源的解决方案(使用专有的 SDE 许可证),或者您寻找的是不依赖外部身份验证的轻量级工具,请避免使用。

此 server 暴露的工具

从 README 抽取出 11 个工具
  • 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

可对比工具

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

安装

安装

Claude Desktop 集成

# 添加市场(一次)
/plugin marketplace add Context-Engine-AI/Context-Engine

# 安装技能
/plugin install context-engine

CLI 设置

# 安装 MCP 桥接器
npm install -g @context-engine-bridge/context-engine-mcp-bridge

# 连接您的代码库
ctxce connect <your-api-key> --workspace /path/to/repo --daemon

# 作为 MCP 服务器运行
ctxce mcp-serve --workspace /path/to/repo

对于其他 AI 助手,请参阅 [README](https://github.com/Context-Engine-AI/Context-Engine) 了解特定安装说明。

FAQ

哪些 AI 助手支持 Context Engine?
Context Engine 支持 Claude Code/Claude Desktop、Cursor、Codex、Windsurf、Augment Code、Gemini 以及任何支持自定义指令的 AI 助手。
如何验证 Context Engine?
在 context-engine.ai 注册获取您的 API 密钥,然后使用 'ctxce connect <api-key>' 验证您的代码库。

Context-Engine 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。