ClawRAG - Self-hosted RAG & Memory
/install clawrag
ClawRAG Connector
The Brain for OpenClaw - Self-hosted RAG engine with hybrid search.
⚠️ This skill requires Docker. It connects OpenClaw to your local ClawRAG instance.
What is ClawRAG?
Production-ready RAG infrastructure that keeps your data local:
- 🔒 Privacy-first: Vector DB runs on your machine
- 🔍 Hybrid Search: Semantic + Keyword (BM25) + RRF ranking
- 📄 Smart Ingestion: PDFs, Office docs, Markdown via Docling
- 🧠 MCP-native: Seamless OpenClaw integration
Installation
Step 1: Start ClawRAG (Docker)
git clone https://github.com/2dogsandanerd/ClawRag.git
cd ClawRag
cp .env.example .env
docker compose up -d
Wait for http://localhost:8080/health to return OK.
Step 2: Connect OpenClaw
openclaw mcp add --transport stdio clawrag npx -y @clawrag/mcp-server
Verification
Test your setup:
curl http://localhost:8080/api/v1/rag/collections
Features
| Capability | Description |
|---|---|
| Document Upload | PDF, DOCX, TXT, MD via API or folder |
| Hybrid Query | Vector similarity + keyword matching |
| Citations | Source tracking for all answers |
| Multi-Collection | Organize knowledge by project |
Requirements
- Docker + Docker Compose
- 4GB+ RAM (8GB recommended for local LLM)
- Or: OpenAI/Anthropic API key for cloud LLM
Architecture
OpenClaw ◄──MCP──► @clawrag/mcp-server ◄──HTTP──► ClawRAG API (localhost:8080)
│
▼
┌─────────────┐
│ ChromaDB │
│ (vectors) │
└─────────────┘
Links
- 📚 Full Docs: https://github.com/2dogsandanerd/ClawRag#readme
- 🔧 API Reference: http://localhost:8080/docs (when running)
- 🐛 Issues: https://github.com/2dogsandanerd/ClawRag/issues
- 📦 MCP Package: https://www.npmjs.com/package/@clawrag/mcp-server
Tags
rag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai
Metadata für ClawHub-Upload:
| Feld | Wert |
|---|---|
| Slug | clawrag |
| Display name | ClawRAG - Self-hosted RAG & Memory |
| Version | 1.2.0 |
| Tags | rag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai |
Changelog für Version 1.2.0
1.2.0 - Initial ClawHub Release
- Connector skill for OpenClaw integration
- MCP server support (@clawrag/mcp-server v1.1.0)
- Docker-first deployment
- Hybrid search (Vector + BM25)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawrag - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawrag触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawRAG - Self-hosted RAG & Memory 是什么?
Self-hosted RAG engine with hybrid semantic and keyword search, document ingestion, local privacy, and seamless OpenClaw integration via Docker. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1549 次。
如何安装 ClawRAG - Self-hosted RAG & Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawrag」即可一键安装,无需额外配置。
ClawRAG - Self-hosted RAG & Memory 是免费的吗?
是的,ClawRAG - Self-hosted RAG & Memory 完全免费(开源免费),可自由下载、安装和使用。
ClawRAG - Self-hosted RAG & Memory 支持哪些平台?
ClawRAG - Self-hosted RAG & Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawRAG - Self-hosted RAG & Memory?
由 2dogsandanerd(@2dogsandanerd)开发并维护,当前版本 v1.2.0。