RagChatbot_MCPServer

ImVirtue/RagChatbot_MCPServer
★ 6 stars Python 🤖 AI/LLM Updated 5mo ago
Building an Rag-based HR chatbot for providing rules in workplace with MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ragchatbot_mcpserver": {
      "command": "uvx",
      "args": [
        "ragchatbot-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install ragchatbot-mcpserver