Skip to main content
Glama

mcp-local-rag

mcp-本地-rag

本地运行的“原始” RAG 类 Web 搜索模型上下文协议 (MCP) 服务器。✨ 无 API ✨

安装

在此处找到您的 MCP 配置路径或检查您的 MCP 客户端设置。

通过uvx直接运行

这是最简单快捷的方法。您需要安装uv才能使用。请将以下内容添加到您的 MCP 服务器配置中:

{ "mcpServers": { "mcp-local-rag":{ "command": "uvx", "args": [ "--python=3.10", "--from", "git+https://github.com/nkapila6/mcp-local-rag", "mcp-local-rag" ] } } }

使用 Docker(推荐)

确保已安装Docker 。将其添加到你的 MCP 服务器配置中:

{ "mcpServers": { "mcp-local-rag": { "command": "docker", "args": [ "run", "--rm", "-i", "--init", "-e", "DOCKER_CONTAINER=true", "ghcr.io/nkapila6/mcp-local-rag:latest" ] } } }

安全审计

MseeP 对每台 MCP 服务器都进行安全审计,您可以点击此处查看该台 MCP 服务器的安全审计情况。

MCP 客户端

MCP 服务器可与任何支持工具调用的 MCP 客户端兼容。已在以下客户端上测试。

  • 克劳德桌面
  • 光标
  • 其他人呢?你试试!

Claude Desktop 上的示例

当法学硕士 (如 Claude) 被问及需要最新网络信息的问题时,它将触发mcp-local-rag

当被要求获取/查找/搜索网络时,模型会提示您使用 MCP 服务器进行聊天。

在示例中,我询问了 Google 昨天发布的最新 Gemma 模型。这是 Claude 不知道的新信息。

结果

mcp-local-rag执行实时网络搜索,提取上下文,并将其发送回模型,为其提供新的知识:

贡献

有任何想法或想改进这个项目吗?欢迎提交问题和拉取请求!

执照

该项目已获得 MIT 许可。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

本地运行的“原始” RAG 类 Web 搜索模型上下文协议服务器。✨ 无 API ✨

  1. 安装
    1. 通过uvx直接运行
    2. 使用 Docker(推荐)
  2. 安全审计
    1. MCP 客户端
      1. Claude Desktop 上的示例
        1. 结果
      2. 贡献
        1. 执照

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.
            Last updated -
            6
            TypeScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.
            Last updated -
            35
            11
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.
            Last updated -
            3
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/nkapila6/mcp-local-rag'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server