★ 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"
]
}
}
}
Run in terminal:
claude mcp add knowledge-base-as-a- npx -y rmilrad/knowledge-base-as-a-service
Add to .cursor/mcp.json:
{
"mcpServers": {
"knowledge-base-as-a-": {
"command": "npx",
"args": [
"-y",
"rmilrad/knowledge-base-as-a-service"
]
}
}
}