allentcm/mcp-codebase-rag
3.4
If you are the rightful owner of mcp-codebase-rag 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.
This MCP server provides semantic codebase search and file retrieval using embeddings and a PostgreSQL database.
Tools
Functions exposed to the LLM to take actions
search_codebase
Returns code snippets relevant to the query.
get_files
Lists all files in the codebase.
get_file_content
Returns the content of the specified file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client