LLMTooling/code-search-mcp
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.
Code Search MCP is a universal Model Context Protocol server designed for intelligent code search across multiple programming languages.
Tools
Functions exposed to the LLM to take actions
add_workspace
Register a workspace directory for searching
list_workspaces
List all registered workspaces
search_symbols
Search for code symbols with filters
search_text
Search code using regex patterns
search_files
Find files by name, pattern, or extension
detect_stacks
Detect technology stacks in a workspace
analyze_dependencies
Analyze project dependencies
refresh_index
Rebuild the symbol index
cache_stats
View cache statistics
clear_cache
Clear cached indices
search_ast_pattern
Search using AST patterns with metavariables
search_ast_rule
Search using complex AST rules with relational and composite operators
check_ast_grep
Check ast-grep availability and version
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client