doITmagic/rag-code-mcp
3.3
If you are the rightful owner of rag-code-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.
RagCode MCP Server is a semantic code navigation server utilizing Retrieval-Augmented Generation (RAG) with multi-language support, designed to enhance code search and navigation efficiency.
Tools
Functions exposed to the LLM to take actions
search_code
Semantic code search
hybrid_search
Semantic + lexical search
get_function_details
Detailed information about a function or method
find_type_definition
Locate struct, interface, or type definitions
find_implementations
Find implementations or usages of a symbol
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client