Skip to main content
Glama
Bisma474

RAG Config Generator MCP

by Bisma474

RAG Config Generator MCP

Un servidor MCP (Model Context Protocol) que genera configuraciones de pipeline RAG (Retrieval-Augmented Generation) a partir de descripciones en lenguaje natural.

Demo en vivo

Related MCP server: Chalee MCP RAG

Características

  • Generar configuración completa: Describe tu caso de uso de RAG en lenguaje natural

  • Estrategia de chunking: Obtén recomendaciones de chunking según el tipo de documento

  • Embeddings: Obtén recomendaciones de modelos de embedding según el caso de uso y el presupuesto

  • Vector Store: Obtén recomendaciones de almacenes de vectores según el tamaño de los datos y la latencia

Endpoints de la API

Endpoint

Descripción

GET /

Información del servidor

GET /generate-rag-config?description=...

Generar configuración RAG completa

GET /suggest-chunking?doc_type=...&doc_size=...

Recomendaciones de chunking

GET /suggest-embeddings?use_case=...&budget=...

Recomendaciones de embeddings

GET /suggest-vector-store?data_size=...&latency=...

Recomendaciones de almacén de vectores

Instalación

pip install -r requirements.txt

Uso

Ejecutar la interfaz de Gradio

python app.py

Se abre en http://localhost:7860

Ejecutar el servidor MCP

python server.py

El servidor MCP estará disponible en http://localhost:8000/mcp

Estructura del proyecto

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           # Documentation

Stack tecnológico

  • Backend: Python, FastAPI, FastAPI-MCP

  • Frontend: Gradio, HTML/CSS/JS

  • Deployment: Vercel (API), Hugging Face Spaces (UI)

Licencia

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Creates 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.
    11
    5
  • F
    license
    -
    quality
    D
    maintenance
    Enables RAG (Retrieval-Augmented Generation) capabilities with document processing, vector storage, and intelligent Q\&A using OpenAI embeddings and semantic search.
  • F
    license
    -
    quality
    B
    maintenance
    Converts natural language descriptions into validated CanvasXpress JSON configurations for chart generation using RAG and a built-in visualization knowledge base. It supports over 70 chart types and ensures generated configs are compatible with provided data headers and column types.
    1

View all related MCP servers

Related MCP Connectors

  • A personal RAG database you build from chat, so AI creates work that sounds like you.

  • Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.

  • Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements.

View all MCP Connectors

Latest Blog Posts

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