Code Context MCP server that provides semantic code search and understanding capabilities by cloning git repositories, splitting code into semantic chunks, and generating embeddings using HuggingFace transformers. Built with TypeScript and SQLite, it features intelligent code splitting based on file types, vector similarity search, and keyword filtering. Particularly valuable for developers who want to search and understand large codebases through natural language queries without leaving their AI assistant interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Clones a repository, processes code, and performs semantic search. Parameters: repoUrl (string), branch (optional string), query (string), keywords (optional array of strings), filePatterns (optional array of strings), excludePatterns (optional array of strings), limit (optional number).