Codebase MCP Server
JSON →An intelligent codebase search engine that transforms local codebases into a natural language queryable knowledge base.
Tools · 5
- SemanticCodeSearch 根据自然语言描述,精准定位相关的代码片段。通过语义相似度直接找到目标代码,极大提升代码查找和理解的效率。
- CreateIndexLibrary 为指定的代码库目录创建语义索引。索引是实现 SemanticCodeSearch 的前提。此过程会在后台运行,并自动启用文件监控以进行增量更新。
- GetIndexingStatus 查询一个或所有代码库的索引状态、统计信息和进度。
- RebuildIndex 当代码结构发生重大变更或怀疑索引数据损坏时,清除旧索引并从头开始重新构建。
- DeleteIndexLibrary 永久删除指定代码库的索引数据和相关配置。这是一个危险操作,需要二次确认。
Links
★ 1 GitHub stars