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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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).