apecloud/ApeRAG
Production-ready RAG platform combining Graph RAG, vector search, and full-text search. Best choice for building your own Knowledge Graph and for Context Engineering
Quick Start
Clone the repository:
git clone https://github.com/apecloud/ApeRAGClaude Desktop configuration example:
{
"mcpServers": {
"aperag": {
"command": "npx",
"args": [
"-y",
"apecloud/ApeRAG"
]
}
}
}Check the repository README for specific installation and configuration instructions.