@ragrabbit/mcp
@madarco
About @ragrabbit/mcp
Open Source, Self-Hosted, AI Search and LLM.txt for your website
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"<name_of_your_documentation_no_spaces>": {
"command": "npx",
"args": [
"@ragrabbit/mcp",
"http://<RagRabbit install>/",
"<name of your documentation>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @ragrabbit/mcp?
@ragrabbit/mcp is an MCP server that bridges AI clients with documentation indexed by a RagRabbit instance, enabling semantic search via natural language queries. It is intended for developers who want their AI assistants to access product or project documentation.
How to use @ragrabbit/mcp?
Install it as an MCP server in Claude Desktop or Cursor IDE by running npx @ragrabbit/mcp with two required arguments: the base URL of your RagRabbit instance and a custom name for the documentation service. In Claude Desktop, add a server entry in claude_desktop_config.json; in Cursor, add a command-type MCP in Settings → MCP.
Key features of @ragrabbit/mcp
- Semantic search across documentation with natural language queries
- Standardized communication via the Model Context Protocol
- Custom naming for the documentation service
- Exposes a
search_docstool with aqueryparameter - Provides an
llms.txtresource with LLM-specific documentation
Use cases of @ragrabbit/mcp
- AI assistants fetching relevant product documentation on demand
- Searching internal documentation using plain‑English questions
- Integrating RagRabbit-hosted docs into Claude Desktop or Cursor IDE
FAQ from @ragrabbit/mcp
What does @ragrabbit/mcp do?
It acts as a bridge between AI models and a RagRabbit documentation instance, allowing models to perform semantic searches over the indexed documentation.
How do I install @ragrabbit/mcp in Claude Desktop?
Add a custom MCP server in claude_desktop_config.json with the command npx @ragrabbit/mcp followed by the RagRabbit URL and the documentation name. For example: "args": ["@ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"].
What tools does @ragrabbit/mcp expose?
It exposes the search_docs tool, which accepts a query string and returns semantically relevant documents from the indexed documentation.
Does @ragrabbit/mcp require a running RagRabbit instance?
Yes, you must provide the base URL of your RagRabbit instance as the first argument. The server cannot function without it.
What is the license for @ragrabbit/mcp?
The project is licensed under the MIT license.
Frequently asked questions
What does @ragrabbit/mcp do?
It acts as a bridge between AI models and a RagRabbit documentation instance, allowing models to perform semantic searches over the indexed documentation.
How do I install @ragrabbit/mcp in Claude Desktop?
Add a custom MCP server in `claude_desktop_config.json` with the command `npx @ragrabbit/mcp` followed by the RagRabbit URL and the documentation name. For example: `"args": ["@ragrabbit/mcp", "http://<RagRabbit install>/", "<name of your documentation>"]`.
What tools does @ragrabbit/mcp expose?
It exposes the `search_docs` tool, which accepts a `query` string and returns semantically relevant documents from the indexed documentation.
Does @ragrabbit/mcp require a running RagRabbit instance?
Yes, you must provide the base URL of your RagRabbit instance as the first argument. The server cannot function without it.
What is the license for @ragrabbit/mcp?
The project is licensed under the MIT license.
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments