mcp-corporate-kb

marcolo-30/mcp-corporate-kb
★ 0 stars Python AI/LLM Updated 5d ago
A production-style MCP server for querying corporate knowledge (HR policies, vendor contracts, support FAQs) — every answer traces back to an exact source, and both retrieval quality and hallucination rate are measured, not assumed.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-corporate-kb": {
      "command": "uvx",
      "args": [
        "mcp-corporate-kb"
      ]
    }
  }
}

Or install with pip: pip install mcp-corporate-kb

README Excerpt

--- <p align="center"> <img src="corpus/image.png" alt="mcp-corporate-kb architecture" width="100%" > </p> Across current job postings for Agentic AI / LLM engineering roles, one requirement shows up again and again: **"having built or operated an MCP server, not just consumed one"** — and, right next to it, **"evaluation as a first-class deliverable"** (golden datasets, faithfulness scoring, hallucination detection, quality gates in CI).