Back to Home
medonomator icon

claude-rag-mcp

Verified Safe

by medonomator

Overview

Provides RAG capabilities for Claude Code by automatically saving and semantically searching coding sessions, solutions, and general knowledge.

Installation

Run Command
node dist/index.js

Environment Variables

  • EMBEDDING_PROVIDER
  • OPENAI_API_KEY
  • OLLAMA_URL
  • OLLAMA_MODEL
  • QDRANT_URL

Security Notes

The server uses robust input validation with Zod schemas and parameterized SQL queries for SQLite, significantly mitigating injection risks. Secrets (API keys) are handled via environment variables, not hardcoded. Communication with Claude Code is via stdio (JSON-RPC), reducing network attack surface for the server itself. Reliance on external services (Qdrant, OpenAI/Ollama) means their security must also be considered, though defaults generally point to local instances. The chunking process could potentially be a resource exhaustion vector for extremely large, unchunkable inputs, but this is a DoS risk rather than a data breach.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-12

Tags

Semantic SearchRAGKnowledge BaseCode AssistantProject Management