doozMen/code-search-mcp
3.3
If you are the rightful owner of code-search-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server for semantic and keyword-based code search across multiple projects using 384-dimensional BERT embeddings.
Tools
Functions exposed to the LLM to take actions
semantic_search
Search for code with similar meaning to your query.
keyword_search
Search for specific symbols, functions, or class names.
file_context
Extract code from a file with optional line range.
find_related
Find files that import, depend on, or are related to a file.
index_status
Get metadata and statistics about indexed projects.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client