Install
openclaw skills install clawragSelf-hosted RAG engine with hybrid semantic and keyword search, document ingestion, local privacy, and seamless OpenClaw integration via Docker.
openclaw skills install clawragThe Brain for OpenClaw - Self-hosted RAG engine with hybrid search.
⚠️ This skill requires Docker. It connects OpenClaw to your local ClawRAG instance.
Production-ready RAG infrastructure that keeps your data local:
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.
openclaw mcp add --transport stdio clawrag npx -y @clawrag/mcp-server
Test your setup:
curl http://localhost:8080/api/v1/rag/collections
| 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 |
OpenClaw ◄──MCP──► @clawrag/mcp-server ◄──HTTP──► ClawRAG API (localhost:8080)
│
▼
┌─────────────┐
│ ChromaDB │
│ (vectors) │
└─────────────┘
rag, vector, memory, search, documents, self-hosted, privacy, mcp, local-ai
| 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 |