enterprise-knowledge-copilot

katrevula/enterprise-knowledge-copilot
★ 0 stars Python 🤖 AI/LLM Updated today
Enterprise Knowledge Copilot: a React + FastAPI AI chatbot using a remote MCP knowledge server, Groq free LLM, Chroma retrieval, synthetic HR policies, citations, feedback, and responsible-AI documentation.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enterprise-knowledge": {
      "command": "uvx",
      "args": [
        "enterprise-knowledge-copilot"
      ]
    }
  }
}

Or install with pip: pip install enterprise-knowledge-copilot

README Excerpt

Enterprise Knowledge Copilot is a local full-stack reference implementation for an HR policy assistant. It combines a React chat interface, a FastAPI AI gateway, a remote MCP knowledge server, Chroma-backed semantic search, a SQLite conversation store, streaming responses, citations, and feedback capture.