MCP Servers / development / Search Tools MCP Server

Search Tools MCP Server

JSON →
stdionone32development

An MCP server that enhances code analysis with advanced search and dependency mapping capabilities.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: search-tools-mcp-server
Tools
What this server exposes
contextual_keyword_search
Search for keywords with configurable context lines around matches
get_repo_symbols
Extract symbols (functions, classes, methods) from your codebase
get_symbol_usages
Find where specific symbols are used throughout your codebase
coderank_analysis
Analyze repository importance using the CodeRank algorithm
find_code_hotspots
Identify critical code areas combining connectivity and usage frequency
trace_dependency_impact
Trace dependency chains and analyze refactoring impact
smart_code_search
Enhanced search combining ripgrep with CodeRank prioritization
Configuration
Environment & auth
authnone
Resources
Search Tools MCP Server — MCP Server · libregistry