knowledge-base-as-a-service

rmilrad/knowledge-base-as-a-service
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
KBaaS — RAG-powered knowledge base platform with document ingestion, vector search, streaming chat via Claude, and MCP server integration
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": {
    "knowledge-base-as-a-": {
      "command": "npx",
      "args": [
        "-y",
        "rmilrad/knowledge-base-as-a-service"
      ]
    }
  }
}