Implements a local, API-free web search for retrieval-augmented generation (RAG) using the Model Context Protocol (MCP).
This tool provides a local, 'primitive' RAG-like web search model context protocol (MCP) server. It operates without external APIs, enabling retrieval of information directly from web searches to augment the context of language models. It is designed to be easily integrated with platforms like Claude by configuring the MCP server settings, allowing models to access up-to-date information and provide more informed responses.
主要功能
01MCP server implementation
02API-free operation
034 GitHub stars
04Local web search for RAG
05Easy integration with Claude via configuration
使用案例
01Providing up-to-date information to language models for improved responses
02Augmenting language model context with real-time web search results
03Running RAG processes locally without relying on external APIs