@ragrabbit/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@ragrabbit/mcpsearch for how to implement authentication in our API"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for RagRabbit Documentation Search
This server implements the Model Context Protocol (MCP) to provide AI models with access to any documentation indexed with an instance of RagRabbit.
Overview
The MCP Server acts as a bridge between AI clients and RagRabbit's hosted documentation:
Semantic search across documentation using natural language queries
Access to LLM-specific documentation
Standardized communication through the Model Context Protocol
Related MCP server: microCMS Document MCP Server
Installation
Claude Desktop
Add a custom mcp server with the name of your product, so that Claude AI can use it when looking for info about it.
in claude_desktop_config.json (Claude -> Settings -> Developer -> Edit Config)
{
"mcpServers": {
"<name_of_your_documentation_no_spaces>": {
"command": "npx",
"args": ["@ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"]
}
}
}In Cursor IDE
Go to Cursor -> Settings -> Cursor Settings -> MCP
And add a new MCP of type command with the command:
npx @ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"Arguments:
ragrabbit-url: (Required) The base URL of your RagRabbit instance, eg https://my-ragrabbit.vercel.com/name: (Required) Custom name for the documentation search service (defaults to "RagRabbit") so that AI will know to use it when looking for info
Exposed Tools by this MCP
search_docs
Performs semantic search across the documentation.
Parameters:
query: String - The search query to find relevant documents
Example:
{
"name": "search_docs",
"arguments": {
"query": "How to implement authentication?"
}
}Available Resources
LLMs Documentation
URI:
llms.txtDescription: Documentation about LLMs and their capabilities
MIME Type:
text/plain
License
MIT
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 Servers
- Alicense-quality-maintenanceCrawls documentation websites and provides semantic search capabilities over the content through vector embeddings, enabling natural language queries of technical documentation.Last updated2
- AlicenseAqualityAmaintenanceProvides access to microCMS documentation, enabling AI assistants to search and retrieve the latest document content.Last updated3818MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to search and retrieve microCMS documentation, providing access to the latest document contents.Last updated3818MIT
- Flicense-qualityDmaintenanceEnables semantic search over Koog documentation using vector-based RAG, allowing users to ask questions and retrieve relevant sections with context.Last updated
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
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