claude-rag-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claude-rag-mcpsearch for lessons on deployment strategies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
claude-rag-mcp
MCP server providing RAG (Retrieval-Augmented Generation) context and failure capture for Claude Code.
Features
Global Context (RAG): Semantic search across project knowledge
Architecture patterns, lessons learned, anti-patterns
Memory or ChromaDB persistence
Auto-inject relevant context
Failure Capture: Store and analyze failures
Test failures, review rejections, quality gate violations
SQLite persistence
Retention policies
Related MCP server: ClaudeHistoryMCP
MCP Tools (11 total)
Context (7 tools)
Tool | Description |
| Get status of the global context module |
| Semantic search for relevant patterns |
| List context entries with filtering |
| Get detailed entry information |
| Add new knowledge entry |
| Delete context entries |
| Remove old entries |
Learning (4 tools)
Tool | Description |
| Get failure capture status |
| List captured failures |
| Get failure details |
| Remove old failures |
Installation
From GitHub
npm install github:VXConsulting/claude-rag-mcpFrom GitHub Packages
# Configure .npmrc first
echo "@vxconsulting:registry=https://npm.pkg.github.com" >> .npmrc
npm install @vxconsulting/claude-rag-mcpUsage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"claude-rag-mcp": {
"command": "npx",
"args": ["@vxconsulting/claude-rag-mcp", "serve"]
}
}
}Or if installed from GitHub:
{
"mcpServers": {
"claude-rag-mcp": {
"command": "node",
"args": ["node_modules/@vxconsulting/claude-rag-mcp/dist/cli.js", "serve"]
}
}
}Configuration
Create .dev-factory.yml in your project root:
version: 1
globalContext:
enabled: true
provider: memory # or chromadb
autoInject:
enabled: true
topK: 5
types: [architecture, lesson, anti-pattern]
learning:
enabled: true
failureDB:
dbPath: .dev-factory/failures.db
retentionDays: 30Development
npm install
npm run build
npm test
npm run serve # Start MCP serverLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VXConsulting/claude-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server