Knowledge Fabric
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Knowledge Fabricsearch for evidence on the benefits of intermittent fasting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Knowledge Fabric
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.
Related MCP server: document-evidence-mcp
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 AssistantRetrieval pipeline:
Sources
->
Ingestion
->
Chunking
->
Embeddings
->
Lexical + Vector Retrieval
->
Hybrid Fusion (RRF)
->
Evidence PackageQuick start
git clone <repository-url>
cd knowledge-fabric
python3 -m pip install -e ".[dev]"
docker compose up -d
python3 -m pytestRun persistent ingestion:
knowledge-fabric-ingest --path sources --recursive --embedRun MCP server:
knowledge-fabric-mcpMCP 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
This server cannot be installed
Maintenance
Related MCP Connectors
Evidence-readiness MCP server: validate, audit, and score briefs, memos, and evidence packs.
Self-hosted AI-native knowledge workspace with hybrid search, GraphRAG, and MCP.
Salesforce-grounded retrieval, diagnoses, and a vetted-Force marketplace for MCP clients.
Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides hybrid retrieval (dense + BM25 + RRF) with collection-based isolation and document ingestion for private knowledge access via MCP.MIT
- AlicenseAqualityBmaintenanceA local document evidence layer for MCP clients that ingests documents (PDF, Office, images) with optional OCR, indexes them in SQLite FTS, and provides retrieval tools with source coordinates.7MIT
- FlicenseNot gradedqualityCmaintenanceA production-minded RAG service for MCP that answers questions over your documents with hybrid retrieval, PII redaction, and source citations, packaged for Docker/Kubernetes.
- AlicenseNot gradedqualityAmaintenanceProvides an evidence-oriented MCP interface for Evidence RAG Pilot, enabling retrieval of evidence packages, chunks, and evidence images from PDF-based corpora.1Apache 2.0
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/sagarv48/knowledge-fabric'
If you have feedback or need assistance with the MCP directory API, please join our Discord server