I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Local-rag
在本地运行的“原始”类似抹布的Web搜索模型上下文协议(MCP)服务器。 ✨没有API✨
3 years
Works with Finder
1
Github Watches
2
Github Forks
20
Github Stars

mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

Installation instructions
- You would need to install
uv
: https://docs.astral.sh/uv/
If you do not want to clone in Step 2.
Just paste this directly into Claude config. You can find the configuration paths here: https://modelcontextprotocol.io/quickstart/user
{
"mcpServers": {
"mcp-local-rag":{
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/nkapila6/mcp-local-rag",
"mcp-local-rag"
]
}
}
}
Otherwise:
- Clone this GitHub repository (OPTIONAL, can be skipped with above config)
git clone https://github.com/nkapila6/mcp-local-rag
- Add the following to your Claude config. You can find the configuration paths here: https://modelcontextprotocol.io/quickstart/user
{
"mcpServers": {
"mcp-local-rag": {
"command": "uv",
"args": [
"--directory",
"<path where this folder is located>/mcp-local-rag/",
"run",
"src/mcp_local_rag/main.py"
]
}
}
}
Example use
On prompt
When asked to fetch/lookup/search the web, the model prompts you to use MCP server for the chat.
In the example, have asked it about Google's latest Gemma models released yesterday. This is new info that Claude is not aware about.
Result
The result from the local rag_search
helps the model answer with new info.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Therapist adept at identifying core issues and offering practical advice with images.
Reviews

user_0qix4q0z
MCPHub by samanhappy is a game-changer for anyone looking to deploy MCP servers swiftly. Just a few minutes and your own server is up and running! The process is seamless and user-friendly, making it an essential tool for MCP enthusiasts. Highly recommend! Check it out here: https://mcp.so/server/mcphub/samanhappy