@ragrabbit/mcp
Click on "Deploy 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 deployed
Maintenance
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.
Search 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.31228MIT
- 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.-