Provides code context from local git repositories via semantic search.
Sponsored
Code Context streamlines code understanding by offering a Model Context Protocol (MCP) server that leverages local Git repositories. It clones repositories, processes branches and files, generates embeddings for code chunks, and enables semantic search. This approach avoids reliance on the GitHub API and utilizes a SQLite database for storage, providing a powerful solution for in-depth code analysis and retrieval.
주요 기능
01Stores data in SQLite database
02Splits code into semantic chunks
03Provides semantic search over code
04Generates embeddings for code chunks using Ollama
05Uses local git repositories
사용 사례
01Quickly find relevant code snippets within large projects.
02Understand the context of specific code sections.
03Integrate code search capabilities into development workflows.