简介
Context+ 是一个 MCP 服务器,结合 RAG、Tree-sitter AST 解析、谱聚类和双向链接,将大型代码库转化为可搜索的层次化特征图谱,GitHub 1,700+ stars。专为在大型 monorepo 上工作的开发者设计。适合 100K+ 行代码的项目。
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.
这里应该同时让用户和 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+