Knowledge Fabric
БесплатноНе проверенAn MCP-native evidence retrieval platform that ingests source material, builds lexical and vector indexes, performs hybrid retrieval, and returns structured evi
Описание
An MCP-native evidence retrieval platform that ingests source material, builds lexical and vector indexes, performs hybrid retrieval, and returns structured evidence packages for AI assistants.
README
Knowledge Fabric is a vendor-neutral evidence retrieval platform.
In plain terms: it helps an assistant find the right context before generating a response. Instead of jumping straight to “an answer,” it returns a structured evidence package that downstream assistants can use for grounded output.
Why this project exists
Many assistant failures come from missing or weak context, not from poor generation quality.
Knowledge Fabric focuses on that retrieval layer so teams can improve relevance, traceability, and trust.
What it does (Phase 1)
- Ingests source content (markdown, text, html, pdf, docx, pptx)
- Chunks and normalizes content for retrieval
- Supports lexical search, vector search, and hybrid fusion
- Returns evidence packages through MCP tools
- Tracks retrieval telemetry and evaluation metrics
Architecture
User Query
->
Knowledge Fabric
->
Evidence Package
->
AI Assistant
Retrieval pipeline:
Sources
->
Ingestion
->
Chunking
->
Embeddings
->
Lexical + Vector Retrieval
->
Hybrid Fusion (RRF)
->
Evidence Package
Quick start
git clone <repository-url>
cd knowledge-fabric
python3 -m pip install -e ".[dev]"
docker compose up -d
python3 -m pytest
Run persistent ingestion:
knowledge-fabric-ingest --path sources --recursive --embed
Run MCP server:
knowledge-fabric-mcp
MCP tools
retrieve_evidenceget_documentexplain_retrieval
These tools return retrieval outputs and metadata, not final prose answers.
Documentation map
docs/README.mddocs/architecture.mddocs/local-setup.mddocs/evidence-package-contract.mddocs/retrieval-evaluation.mddocs/model-provider-strategy.mddocs/security-and-data-boundaries.mddocs/deployment-runbook.mddocs/phase-1-knowledge-fabric/README.md
Current roadmap
- Expand evaluation datasets and benchmarks.
- Add optional reranking extension points.
- Improve ingestion operational ergonomics for larger corpora.
- Continue hardening local-to-production deployment guidance.
Contributing
Contributions are welcome. If you’re fixing a bug or adding retrieval capabilities, please include tests and docs updates in the same change whenever possible.
See CONTRIBUTING.md for full workflow details.
License
Apache License 2.0. See LICENSE.
Non-goals
- Workflow execution
- Approval orchestration
- Product-specific integrations
- Customer-specific deployment internals
Установка Knowledge Fabric
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sagarv48/knowledge-fabricFAQ
Knowledge Fabric MCP бесплатный?
Да, Knowledge Fabric MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Knowledge Fabric?
Нет, Knowledge Fabric работает без API-ключей и переменных окружения.
Knowledge Fabric — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Knowledge Fabric в Claude Desktop, Claude Code или Cursor?
Открой Knowledge Fabric на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Knowledge Fabric with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
