mindover-me/mcp-demo
If you are the rightful owner of mcp-demo 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 demonstration project shows how to implement a Model Context Protocol (MCP) server with Retrieval-Augmented Generation (RAG) capabilities.
Tools
Functions exposed to the LLM to take actions
echo
A simple tool that echoes back the provided message
add
A tool that adds two numbers together
add_document
Adds a document to the knowledge base
rag_search
Searches the knowledge base for information related to a query
list_documents
Lists all documents in the knowledge base
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client