RAG Config Generator 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., "@RAG Config Generator MCPGenerate a RAG config for a legal document search system."
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.
RAG Config Generator MCP
An MCP (Model Context Protocol) server that generates RAG (Retrieval-Augmented Generation) pipeline configurations based on natural language descriptions.
Live Demo
API: Vercel Deployment
Related MCP server: Pipelex MCP Server
Features
Generate Full Config: Describe your RAG use case in natural language
Chunking Strategy: Get chunking recommendations based on document type
Embeddings: Get embedding model recommendations based on use case and budget
Vector Store: Get vector store recommendations based on data size and latency
API Endpoints
Endpoint | Description |
| Server info |
| Generate full RAG config |
| Chunking recommendations |
| Embedding recommendations |
| Vector store recommendations |
Installation
pip install -r requirements.txtUsage
Run Gradio UI
python app.pyOpens at http://localhost:7860
Run MCP Server
python server.pyThe MCP server will be available at http://localhost:8000/mcp
Project Structure
mcp/
├── server.py # FastAPI + MCP server
├── rag_configs.py # RAG config templates and logic
├── app.py # Gradio UI
├── api/
│ └── index.py # Vercel serverless function
├── requirements.txt # Python dependencies
├── vercel.json # Vercel configuration
└── README.md # DocumentationTech Stack
Backend: Python, FastAPI, FastAPI-MCP
Frontend: Gradio, HTML/CSS/JS
Deployment: Vercel (API), Hugging Face Spaces (UI)
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Ingest, manage, and retrieve documents for RAG-powered AI applications
Multi-agent AI pipeline that generates professional Solution Architecture Documents.
Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceCreates deterministic, auditable vector databases from any content source with deployable RAG applications. Supports multiple embedding providers and vector databases with fine-grained pipeline control or project-based workflows.85-
- AlicenseBqualityBmaintenanceEnables AI agents to build and execute Pipelex pipelines on-the-fly from natural language descriptions.422MIT
- AlicenseNot gradedqualityCmaintenanceAutomated RAG pipeline optimization and serving. It interviews users, builds and evaluates candidate configurations on their data, and registers the best ones as a fleet queryable via MCP.MIT
- FlicenseNot gradedqualityCmaintenanceEnables document Q&A and knowledge retrieval through hybrid semantic and keyword search, with tools for document ingestion, chunking, summarization, PII redaction, and RAGAS-based evaluation.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Bisma474/rag-config-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server