Open Source, Self-Hosted, AI Search and LLM.txt for your website
@Ragrabbit/MCP MCP server exists for a simple reason — assistants are far more useful when they can act on @Ragrabbit/MCP directly instead of describing what you should do. Open Source, Self-Hosted, AI Search and LLM.txt for your website.
Self Hosted Site AI Search, LLMs.txt, MCP Server that crawls your content. 1-Click Deploy on Vercel.
Once @Ragrabbit/MCP is connected, these are the calls the assistant has available:
ADMIN_USER — ADMIN_PASSWORDragrabbit-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 infoDemo — View RagRabbit Demo PageConfiguration — See .env.example for the complete listbuttonText — The buttonText tool exposed by this serversearchPlaceholder — window.mountSearch("search-container", { searchPlaceholder: "Search documentation..." }); Fumadocs — export default function SearchDialog({ open, onOpenChange }: SharedProps) { return <RagRabbitModal domain="http://localhost:3000/" open={open}Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: OPENAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. @Ragrabbit/MCP's toolset — ADMIN_USER, ragrabbit-url, name and 5 more — is a fair guide to whether it matches your workflow. It is maintained by madarco; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against @Ragrabbit/MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| ADMIN_USER | ADMIN_PASSWORD |
| 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 |
| Demo | View [RagRabbit Demo Page](https://ragrabbit.vercel.app/widget/demo) |
| Configuration | See [.env.example](./apps/saas/.env.example) for the complete list. |
| buttonText | The buttonText tool exposed by this server. |
| searchPlaceholder | <script> window.mountSearch("search-container", { searchPlaceholder: "Search documentation..." }); </script> |
| Fumadocs | export default function SearchDialog({ open, onOpenChange }: SharedProps) { return <RagRabbitModal domain="http://localhost:3000/" open={open} onOpenChange={onOpenChange} />; } |
{
"mcpServers": {
"server-madarco": {
"command": "npx",
"args": ["-y", "@ragrabbit/mcp"],
"env": {
"OPENAI_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.