@ragrabbit/mcp
RagRabbit 문서 검색을 위한 MCP 서버
이 서버는 RagRabbit 인스턴스로 색인된 모든 문서에 AI 모델이 액세스할 수 있도록 모델 컨텍스트 프로토콜(MCP)을 구현합니다.
개요
MCP 서버는 AI 클라이언트와 RagRabbit의 호스팅 문서 사이의 다리 역할을 합니다.
자연어 쿼리를 사용하여 문서 전체에서 의미 검색
LLM 관련 문서에 대한 액세스
모델 컨텍스트 프로토콜을 통한 표준화된 커뮤니케이션
Related MCP server: microCMS Document MCP Server
설치
클로드 데스크탑
Claude AI가 해당 제품에 대한 정보를 찾을 때 사용할 수 있도록 제품 이름으로 사용자 정의 mcp 서버를 추가하세요.
claude_desktop_config.json (Claude -> 설정 -> 개발자 -> 구성 편집)에서
지엑스피1
커서 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
특허
MIT
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