elastic/semantic-code-search-mcp-server
If you are the rightful owner of semantic-code-search-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Semantic Code Search MCP Server is a tool that allows AI coding agents to interact with an indexed codebase through a standardized protocol.
Tools
Functions exposed to the LLM to take actions
semantic_code_search
Performs a semantic search on the code chunks in the index.
list_symbols_by_query
Lists symbols that match a given KQL query.
symbol_analysis
Analyzes a symbol and returns a report of its definitions, call sites, and references.
read_file_from_chunks
Reads the content of a file from the index.
document_symbols
Analyzes a file to identify key symbols for documentation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client