satoshi58/mcp-rag-server-container
3.1
If you are the rightful owner of mcp-rag-server-container 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 MCP RAG Server is a Dockerized Python server that indexes a markdown file and provides RAG search tools without external LLM dependencies.
Tools
Functions exposed to the LLM to take actions
search
Performs a search query on the indexed content and returns the top_k results.
answer
Answers a question based on the indexed content and returns the top_k results.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client