code-search-mcp
Verified Safeby doozMen
Overview
Provides pure vector-based semantic code search, file context extraction, and dependency analysis across multiple projects locally.
Installation
No command providedSecurity Notes
The server operates locally, storing its index and BERT embeddings in `~/.cache/code-search-mcp/`. Installation from source involves running shell scripts, which is generally safe when the repository is trusted. No explicit network risks, remote API calls for core functionality, or `eval` usage are indicated.
Similar Servers
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
codegraph-rust
Transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code relationships, architecture, and impact rather than just performing text-based searches.
qdrant-mcp-server
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.