Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by zjs81 • Uncategorized
A local MCP server providing semantic code search, symbol extraction, and auto-reindexing without cloud dependencies.
Perform semantic search over a local codebase without relying on cloud services.
Extract and index code symbols like classes, methods, and functions for navigation and analysis.
Automatic reindexing and hybrid search combining embeddings and keyword matching for accurate code exploration.
Barnacle-search is a local MCP server that attaches to your codebase to enable semantic search powered by a local Ollama model, symbol extraction using tree-sitter, regex search, and automatic reindexing on file changes. It works entirely offline, requiring no cloud or API keys, and supports multiple programming languages. The tool offers a hybrid search combining embedding similarity and keyword matching for precise results, and it efficiently manages large codebases with incremental updates.