Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by VioletCranberry • Uncategorized
A local-first hybrid semantic code search MCP server combining vector similarity and keyword matching for code retrieval.
Perform semantic and keyword-based code search preserving code structure and context.
Dependency-aware code analysis and impact assessment across multiple languages and config grammars.
A local-first, privacy-focused code search solution with optional managed embedding providers.
CocoSearch is a semantic code search engine that preserves code structure using syntax-aware chunking with Tree-sitter and indexes code with CocoIndex. It supports 32 programming languages and 9 domain-specific grammars, enabling dependency-aware analysis and hybrid search combining semantic and keyword matching. The server runs locally by default, using Ollama for embeddings and PostgreSQL with pgvector for storage, providing accurate, context-rich search results and dependency graphs to improve code understanding and review.