kb-agent-platform
KB-Agent-Platform —— Plataforma de preguntas y respuestas para base de conocimiento empresarial (RAG + Multi-Agent + MCP)
En una frase: agente de base de conocimiento empresarial basado en RAG y LangGraph Supervisor, con preguntas y respuestas en streaming SSE con trazabilidad de citas, doble entrada MCP y despliegue con un solo clic mediante docker compose.
Arquitectura
Frontend Vue3 ──SSE──> FastAPI ──> Supervisor (enrutamiento LLM) ──┬─> KB Agent ──> Qdrant (4096 dimensiones)
└─> Chat Agent
MCP Host (Cursor/Claude) ──stdio──> MCP Server ──> el mismo Qdrant

Related MCP server: tero-mcp-lite
Inicio rápido
https://github.com/embracingTheFuture/kb-agent-platform.git && cd kb-agent-platform
cp .env.example .env # introduce tu key
docker compose up --build -d
docker compose run --rm api python task2_pipeline.py # carga de datos
Capturas de pantalla

Calidad: regresión del conjunto de evaluación
6 casos de uso que cubren la corrección del enrutamiento + la integridad de las citas, reproducibles dentro del contenedor.
N.º | Primeros 15 caracteres | Esperado | Real | ¿Prueba superada? |
N.º: 1 | Primeros 15 caracteres: la programación de la fase dos y el posicionamiento del proyecto principal. | Esperado: KB | Real: KB | PASS |
N.º: 2 | Primeros 15 caracteres: qué hay que hacer en el Day16 de la hoja de ruta | Esperado: KB | Real: KB | PASS |
N.º: 3 | Primeros 15 caracteres: preséntate en una frase. | Esperado: CHAT | Real: CHAT | PASS |
N.º: 4 | Primeros 15 caracteres: ayúdame a escribir un poema sobre el otoño. | Esperado: CHAT | Real: CHAT | PASS |
N.º: 5 | Primeros 15 caracteres: cuántas medallas ganó el equipo chino en los Juegos Olímpicos de 2024 | Esperado: CHAT | Real: CHAT | PASS |
N.º: 6 | Primeros 15 caracteres: | Esperado: CHAT | Real: CHAT | PASS |
6 casos de uso, 6 superados, 0 fallidos |
Puntos técnicos
Núcleo ReAct escrito a mano (registro de herramientas + bucle while, sin frameworks)
Pipeline propio de segmentación-vectorización-recuperación, similitud coseno de Qdrant
Trazabilidad de citas: contexto numerado + anotación [i] + estructura de citations
Enrutamiento multiagente del Supervisor + compresión de memoria de sesión (resumen continuo)
MCP Server con doble entrada / streaming SSE / regresión del conjunto de evaluación
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 Servers
- FlicenseCqualityCmaintenanceProvides RAG tools with local vector retrieval and web fallback using Firecrawl, enabling document ingestion and querying through MCP stdio transport.3
- AlicenseBqualityAmaintenanceA lightweight MCP server that enables querying a project's corpus (docs, decisions, issues, skills) with cited answers and typed refusals via stdio JSON-RPC 2.0.9MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP bridge for coding agents to query and record engineering knowledge locally, preserving debugging history, failed attempts, and verified solutions.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables retrieval-augmented generation over a local markdown corpus, allowing grounded, cited answers via an MCP tool or CLI.9MIT
Related MCP Connectors
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
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/embracingTheFuture/kb-agent-platform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server