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).