Skip to main content
Glama
Bisma474

RAG Config Generator MCP

by Bisma474

RAG Config Generator MCP

一个基于自然语言描述生成 RAG(检索增强生成)流水线配置的 MCP(模型上下文协议)服务器。

在线演示

Related MCP server: Chalee MCP RAG

功能特性

  • 生成完整配置:用自然语言描述你的 RAG 用例

  • 分块策略:根据文档类型获取分块建议

  • 嵌入模型:根据用例和预算获取嵌入模型建议

  • 向量存储:根据数据规模和延迟获取向量存储建议

API 端点

端点

描述

GET /

服务器信息

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

生成完整 RAG 配置

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

分块建议

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

嵌入模型建议

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

向量存储建议

安装

pip install -r requirements.txt

使用

运行 Gradio UI

python app.py

http://localhost:7860 打开

运行 MCP 服务器

python server.py

MCP 服务器将在 http://localhost:8000/mcp 可用

项目结构

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

技术栈

  • 后端:Python、FastAPI、FastAPI-MCP

  • 前端:Gradio、HTML/CSS/JS

  • 部署:Vercel(API)、Hugging Face Spaces(UI)

许可证

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