Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by vrppaul • Uncategorized
MCP server providing semantic code search using embeddings for Python, Rust, and Markdown codebases.
Perform semantic search over codebases to find relevant code snippets by meaning rather than text matching.
Incremental and efficient indexing of large code projects with support for Python, Rust, and Markdown.
That require integration with Claude Code for enhanced code understanding and retrieval.
This MCP server indexes codebases by parsing source files into meaningful chunks, embedding them with sentence-transformers, and storing vectors in LanceDB for efficient semantic search. It supports incremental indexing and hybrid semantic plus keyword search with recency boosting, enabling more relevant and meaningful code search results compared to traditional text matching. The server integrates with Claude Code and can be extended to support additional programming languages via tree-sitter chunkers.