You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +22,20 @@ RagCode is a **Model Context Protocol (MCP) server** that enables AI assistants
19
22
20
23
Built with the official [Model Context Protocol Go SDK](https://github.com/modelcontextprotocol/go-sdk), RagCode provides **9 powerful tools** for intelligent code search, function analysis, type definitions, and documentation retrieval across **multi-language projects**.
21
24
25
+
## 🔒 Privacy-First: 100% Local AI
26
+
27
+
**Your code never leaves your machine.** RagCode runs entirely on your local infrastructure:
28
+
29
+
- ✅ **Local AI Models** - Uses Ollama for LLM and embeddings (runs on your hardware)
30
+
- ✅ **Local Vector Database** - Qdrant runs in Docker on your machine
31
+
- ✅ **Zero Cloud Dependencies** - No external API calls, no data transmission
32
+
- ✅ **No API Costs** - Free forever, no usage limits or subscriptions
33
+
- ✅ **Complete Privacy** - Your proprietary code stays private and secure
34
+
- ✅ **Offline Capable** - Works without internet connection (after initial model download)
35
+
- ✅ **Full Control** - You own the data, models, and infrastructure
36
+
37
+
**Perfect for:** Enterprise codebases, proprietary projects, security-conscious teams, and developers who value privacy.
38
+
22
39
### 🎯 Key Features
23
40
24
41
- 🔍 **Semantic Code Search** - Find code by meaning, not just keywords
@@ -30,7 +47,7 @@ Built with the official [Model Context Protocol Go SDK](https://github.com/model
0 commit comments