astro-informatics/mcp-rag
3.2
If you are the rightful owner of mcp-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 dayong@mcphub.com.
This repository contains a minimal Retrieval‑Augmented Generation (RAG) MCP server example implemented in Python.
Tools
Functions exposed to the LLM to take actions
retrieve
Looks up short, directly relevant snippets from a local corpus using embeddings and a vector store.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client