MCP Configs2026年4月6日·1 分钟阅读

Context+ — Semantic Code Intelligence MCP Server

MCP server combining RAG, Tree-sitter AST parsing, and spectral clustering to turn large codebases into searchable feature graphs. 99% accuracy on monorepos. 1,700+ GitHub stars.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

将以下配置添加到 .mcp.json:

{
  "mcpServers": {
    "contextplus": {
      "command": "npx",
      "args": ["-y", "@contextplus/mcp-server"]
    }
  }
}

重启 Claude Code 即可使用。


简介

Context+ 是一个 MCP 服务器,结合 RAG、Tree-sitter AST 解析、谱聚类和双向链接,将大型代码库转化为可搜索的层次化特征图谱,GitHub 1,700+ stars。专为在大型 monorepo 上工作的开发者设计。适合 100K+ 行代码的项目。


🙏

来源与感谢

Created by ForLoopCodes. Licensed under MIT.

contextplus — ⭐ 1,700+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。