RagRabbit ドキュメント検索用 MCP サーバー
このサーバーは、モデル コンテキスト プロトコル (MCP) を実装して、AI モデルに RagRabbit のインスタンスでインデックス付けされたすべてのドキュメントへのアクセスを提供します。
概要
MCP サーバーは、AI クライアントと RagRabbit がホストするドキュメント間のブリッジとして機能します。
- 自然言語クエリを使用したドキュメント全体のセマンティック検索
- LLM固有のドキュメントへのアクセス
- モデルコンテキストプロトコルによる標準化された通信
インストール
クロードデスクトップ
製品名を持つカスタム mcp サーバーを追加すると、Claude AI が製品に関する情報を検索するときに使用できるようになります。
claude_desktop_config.json
内 (Claude -> 設定 -> 開発者 -> 設定の編集)
カーソルIDE
カーソル -> 設定 -> カーソル設定 -> MCP に移動します。
次のcommand
を使用して、コマンド タイプの新しい MCP を追加します。
引数:
ragrabbit-url
: (必須) RagRabbit インスタンスのベース URL (例: https://my-ragrabbit.vercel.com/)name
: (必須) ドキュメント検索サービスのカスタム名 (デフォルトは「RagRabbit」)。AIが情報を検索するときにこのサービスを使用するように指定します。
このMCPによって公開されたツール
検索ドキュメント
ドキュメント全体でセマンティック検索を実行します。
パラメータ:
query
: 文字列 - 関連する文書を見つけるための検索クエリ
例:
利用可能なリソース
LLMドキュメント
- URI:
llms.txt
- 説明: LLMとその機能に関するドキュメント
- MIMEタイプ:
text/plain
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
RagRabbit オープンソース AI サイト検索でインデックスされたすべてのドキュメントにアクセスします
Related Resources
Related MCP Servers
- PythonMIT License
- -securityAlicense-qualityProvides RAG capabilities for semantic document search using Qdrant vector database and Ollama/OpenAI embeddings, allowing users to add, search, list, and delete documentation with metadata support.Last updated -54TypeScriptApache 2.0
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -62TypeScriptMIT License
- -securityAlicense-qualityToolset that crawls websites, generates Markdown documentation, and makes that documentation searchable via a Model Context Protocol (MCP) server for integration with tools like Cursor.Last updated -6PythonMIT License