kb-agent-platform
KB-Agent-Platform —— Unternehmens-Wissensdatenbank-Q&A-Plattform (RAG + Multi-Agent + MCP)
In einem Satz: Ein Unternehmens-Wissensdatenbank-Agent basierend auf RAG und LangGraph Supervisor, SSE-Streaming-Q&A mit Quellenangabe, MCP-Doppeleinstieg, docker compose für die Ein-Klick-Bereitstellung.
Architektur
Frontend Vue3 ──SSE──> FastAPI ──> Supervisor(LLM-Routing) ──┬─> KB Agent ──> Qdrant(4096 Dimensionen)
└─> Chat Agent
MCP Host(Cursor/Claude) ──stdio──> MCP Server ──> derselbe Qdrant

Related MCP server: tero-mcp-lite
Schnellstart
https://github.com/embracingTheFuture/kb-agent-platform.git && cd kb-agent-platform
cp .env.example .env # Trage deine Schlüssel ein
docker compose up --build -d
docker compose run --rm api python task2_pipeline.py # Daten einspielen
Screenshots

Qualität: Evaluierungs-Set-Regression
6 Testfälle decken Routing-Korrektheit + Zitierintegrität ab, im Container reproduzierbar.
Nummer | Die ersten 15 Zeichen | Erwartet | Tatsächlich | Test bestanden |
Nummer: 1 | Die ersten 15 Zeichen: Zeitplan und Hauptprojektausrichtung von Phase 2. | Erwartet: KB | Tatsächlich: KB | PASS |
Nummer: 2 | Die ersten 15 Zeichen: Was Day16 in der Roadmap tun soll | Erwartet: KB | Tatsächlich: KB | PASS |
Nummer: 3 | Die ersten 15 Zeichen: Stelle dich in einem Satz vor. | Erwartet: CHAT | Tatsächlich: CHAT | PASS |
Nummer: 4 | Die ersten 15 Zeichen: Schreib mir einen Satz über den Herbst. | Erwartet: CHAT | Tatsächlich: CHAT | PASS |
Nummer: 5 | Die ersten 15 Zeichen: Wie viele Medaillen hat China bei den Olympischen Spielen 2024 gewonnen | Erwartet: CHAT | Tatsächlich: CHAT | PASS |
Nummer: 6 | Die ersten 15 Zeichen: | Erwartet: CHAT | Tatsächlich: CHAT | PASS |
6 Testfälle, 6 bestanden, 0 fehlgeschlagen |
Technische Highlights
Handgeschriebener ReAct-Kern (Tool-Registry + while-Schleife, ohne Framework)
Eigene Segmentierungs-Vektorisierungs-Retrieval-Pipeline, Qdrant-Kosinus-Ähnlichkeit
Quellenangabe: nummerierter Kontext + [i]-Markierung + citations-Struktur
Supervisor-Multi-Agenten-Routing + Konversationsspeicher-Komprimierung (Rolling Summary)
MCP Server Doppeleinstieg / SSE-Streaming / Evaluierungs-Set-Regression
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