Self-hosted RAG workspace — eval harness with golden dataset & CI regression, tested multi-tenancy, MCP server, chapter-level citations. FastAPI · pgvector · LangGraph
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"knowbase": {
"command": "uvx",
"args": [
"knowbase"
]
}
}
}
Run in terminal:
claude mcp add knowbase uvx knowbase
Add to .cursor/mcp.json:
{
"mcpServers": {
"knowbase": {
"command": "uvx",
"args": [
"knowbase"
]
}
}
}
Or install with pip: pip install knowbase