关于
CocoSearch is a privacy-first, local-first hybrid semantic code search tool designed to help developers quickly understand and navigate codebases. It combines vector similarity from local Ollama-generated embeddings with traditional keyword matching using RRF fusion, allowing users to find code by its meaning, not just exact text. Leveraging CocoIndex and Tree-sitter for intelligent code chunking and symbol extraction, and PostgreSQL with pgvector for efficient storage, all operations remain entirely on your machine. It offers versatile interfaces including a command-line interface (CLI), an interactive REPL, a web dashboard, and seamless integration as an MCP server for AI assistants like Claude Code.