@ragrabbit/mcp
RagRabbit ドキュメント検索用 MCP サーバー
このサーバーは、モデル コンテキスト プロトコル (MCP) を実装して、AI モデルに RagRabbit のインスタンスでインデックス付けされたすべてのドキュメントへのアクセスを提供します。
概要
MCP サーバーは、AI クライアントと RagRabbit がホストするドキュメント間のブリッジとして機能します。
自然言語クエリを使用したドキュメント全体のセマンティック検索
LLM固有のドキュメントへのアクセス
モデルコンテキストプロトコルによる標準化された通信
Related MCP server: microCMS Document MCP Server
インストール
クロードデスクトップ
製品名を持つカスタム mcp サーバーを追加すると、Claude AI が製品に関する情報を検索するときに使用できるようになります。
claude_desktop_config.json内 (Claude -> 設定 -> 開発者 -> 設定の編集)
{
"mcpServers": {
"<name_of_your_documentation_no_spaces>": {
"command": "npx",
"args": ["@ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"]
}
}
}カーソルIDE
カーソル -> 設定 -> カーソル設定 -> MCP に移動します。
次のcommandを使用して、コマンド タイプの新しい MCP を追加します。
npx @ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"引数:
ragrabbit-url: (必須) RagRabbit インスタンスのベース URL (例: https://my-ragrabbit.vercel.com/)name: (必須) ドキュメント検索サービスのカスタム名 (デフォルトは「RagRabbit」)。AIが情報を検索するときにこのサービスを使用するように指定します。
このMCPによって公開されたツール
検索ドキュメント
ドキュメント全体でセマンティック検索を実行します。
パラメータ:
query: 文字列 - 関連する文書を見つけるための検索クエリ
例:
{
"name": "search_docs",
"arguments": {
"query": "How to implement authentication?"
}
}利用可能なリソース
LLMドキュメント
URI:
llms.txt説明: LLMとその機能に関するドキュメント
MIMEタイプ:
text/plain
ライセンス
マサチューセッツ工科大学
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search the SiteGPT documentation: setup, features, API reference, troubleshooting.
Search and read Vector Panda docs: API operations, pricing, storage tiers, measured benchmarks.
81Search and fetch AgendaForge public documentation and marketing content. No authentication needed.
Docs Q&A: search 169 data and AI guides, fetch any page as markdown. Read-only, keyless.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceCrawls documentation websites and provides semantic search capabilities over the content through vector embeddings, enabling natural language queries of technical documentation.2-
- AlicenseAqualityAmaintenanceProvides access to microCMS documentation, enabling AI assistants to search and retrieve the latest document content.31668MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search and retrieve Holochain documentation, including developer guides, HDK functions, and HDI API references.2-
- FlicenseNot gradedqualityDmaintenanceEnables semantic search over Koog documentation using vector-based RAG, allowing users to ask questions and retrieve relevant sections with context.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/madarco/ragrabbit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server