mcp-local-rag

nkapila6/mcp-local-rag

4.2

mcp-local-rag is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of mcp-local-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.

mcp-local-rag is a primitive RAG-like web search model context protocol server that runs locally without the need for APIs.

Try mcp-local-rag with chat:

Tools

Functions exposed to the LLM to take actions

rag_search

Search the web for a given query. Give back context to the LLM with a RAG-like similarity sort.

Args: query (str): The query to search for. num_results (int): Number of results to return. top_k (int): Use top "k" results for content.

Returns: Dict of strings containing best search based on input query. Formatted in markdown.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources