mcp-local-rag

local-only server

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

Integrations

  • Enables web search functionality using Google to retrieve up-to-date information that can be incorporated into Claude's responses

mcp-local-rag

ローカルで実行される「原始的な」RAG のような Web 検索モデル コンテキスト プロトコル (MCP) サーバー。✨ API なし ✨

インストール手順

  1. uvをインストールする必要があります: https://docs.astral.sh/uv/

ステップ 2 でクローンを作成したくない場合は、

これをClaudeの設定ファイルに直接貼り付けてください。設定パスはこちらで確認できます: 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" ] } } }

さもないと:

  1. この GitHub リポジトリをクローンします (オプション、上記の設定でスキップできます)
git clone https://github.com/nkapila6/mcp-local-rag
  1. Claude の設定に以下を追加してください。設定パスはこちら: 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" ] } } }

使用例

プロンプトに応じて

Web を取得/検索/検索するように要求されると、モデルはチャットに MCP サーバーを使用するように要求します。

この例では、昨日リリースされたGoogleの最新Gemmaモデルについて質問しました。これはクロードが知らない新しい情報です。

結果

ローカルrag_searchの結果は、モデルが新しい情報で回答するのに役立ちます。

-
security - not tested
F
license - not found
-
quality - not tested

ローカルで実行される「プリミティブ」な RAG のような Web 検索モデル コンテキスト プロトコル サーバー。✨ API なし ✨

  1. Installation instructions
    1. If you do not want to clone in Step 2.
    2. Otherwise:
  2. Example use
    1. On prompt
    2. Result
ID: 5hgkdzzzv1