kb-agent-platform
KB-Agent-Platform —— 企業ナレッジベースQ&Aプラットフォーム(RAG + Multi-Agent + MCP)
一言で言うと:RAG と LangGraph Supervisor に基づく企業ナレッジベース Agent、 SSE ストリーミングQ&Aで引用の出典付き、MCP 二重エントリ、docker compose でワンクリックデプロイ。
アーキテクチャ
フロントエンド Vue3 ──SSE──> FastAPI ──> Supervisor(LLM ルーティング) ──┬─> KB Agent ──> Qdrant(4096次元)
└─> Chat Agent
MCP Host(Cursor/Claude) ──stdio──> MCP Server ──> 同じ Qdrant

Related MCP server: tero-mcp-lite
クイックスタート
https://github.com/embracingTheFuture/kb-agent-platform.git && cd kb-agent-platform
cp .env.example .env # あなたのキーを入力
docker compose up --build -d
docker compose run --rm api python task2_pipeline.py # データ取り込み
効果スクリーンショット

品質:評価セット回帰
6 件のテストケースがルーティングの正確性 + 引用の完全性をカバーし、コンテナ内で再現可能。
番号 | 最初の15文字 | 期待 | 実際 | テスト合格か |
番号:1 | 最初の15文字:フェーズ2の時間スケジュールとメインプロジェクトの位置づけ。 | 期待:KB | 実際:KB | PASS |
番号:2 | 最初の15文字:ロードマップで Day16 にやること | 期待:KB | 実際:KB | PASS |
番号:3 | 最初の15文字:一言で自己紹介してください。 | 期待:CHAT | 実際:CHAT | PASS |
番号:4 | 最初の15文字:秋についての詩を一句書いてください。 | 期待:CHAT | 実際:CHAT | PASS |
番号:5 | 最初の15文字:2024年オリンピックで中国チームはいくつ金メダルを | 期待:CHAT | 実際:CHAT | PASS |
番号:6 | 最初の15文字: | 期待:CHAT | 実際:CHAT | PASS |
6 件のテストケース、6 合格、0 失敗 |
技術ポイント
手書き ReAct カーネル(ツールレジストリ + while ループ、フレームワーク不使用)
自社開発の分割-ベクトル化-検索パイプライン、Qdrant コサイン類似度
引用の出典追跡:番号付きコンテキスト + [i] 注記 + citations 構造
Supervisor マルチエージェントルーティング + セッション記憶圧縮(ローリングサマリー)
MCP Server 二重エントリ / SSE ストリーミング / 評価セット回帰
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